post
https://maestro.dadosfera.ai/catalog/data-asset//comment
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
| Code | Error | Description |
|---|---|---|
| 401 | Unauthenticated | Invalid or missing access-token header |
| 403 | Forbidden | User does not have the required permissions |
| 404 | Not Found | The requested data asset does not exist |
| 500 | Internal Server Error | Unknown server error |
