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

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

Manage Data Asset Documentation

Use this route to create or update the documentation for a specific data asset.

How to use

Provide the data asset id as a path parameter and the asset_type as a query parameter. Send the documentation content in the request body.

Payload example

{
  "docs": "# Sales Data\n\nThis dataset contains quarterly sales figures broken down by region and product category."
}

Body fields

  • docs: markdown-formatted documentation content for the data asset.

Query parameters

  • asset_type: the type of asset to associate the documentation with.

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
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