How to use UpdateAsset to submit a a User request with Purview workflow

Alessandro Armillotta 0 Reputation points
2024-03-25T23:59:19.2433333+00:00

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

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
932 questions
{count} votes