How to use UpdateAsset to submit a a User request with Purview workflow
Alessandro Armillotta
0
Reputation points
Hi all.
I'm trying to use purview API to submit an user request for UpdateAsset.
Unfortunately I'm having error to submit a request with rest API.
This is the json body that I'm using but I don't know how to proceed for the UpdateAsset
body = {
"operations": [
{
"type": "UpdateAsset",
"payload": {
}
}
],
"comment": "Thanks!",
"status": "ACTIVE"
}
This is the error that I'm receiving.
Can anyone help me to understand what the request what in the payload to submit an update for an Asset Description?
Thank you
Sign in to answer