/catalog/data-asset/{id}/comment

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Comment on Data Asset

Use this route to add a comment to a specific data asset.

How to use

Provide the data asset id as a path parameter and send the comment content in the request body.

Payload example

{
  "message": "This dataset needs to be updated with the latest quarterly figures."
}

Body fields

  • message: the text content of the comment.

Error scenarios

CodeErrorDescription
401UnauthenticatedInvalid or missing access-token header
403ForbiddenUser does not have the required permissions
404Not FoundThe requested data asset does not exist
500Internal Server ErrorUnknown server error
Path Params
string
required
Body Params
string
required
Headers
string
enum
Allowed:
Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json