Skip to main content

Add custom data for entity

POST 

/api/v1/catalog/custom-data

Add custom data for entity

Request

Query Parameters

    tag stringrequired
    force boolean

    When true, overrides values that were defined in the catalog descriptor. Will be overwritten the next time the catalog descriptor is processed.

Body

required

    description string
    key stringrequired

    Custom data key for the entity

    value

    object

    required

    Value for the key; can be any valid JSON type

    value object

Responses

Successfully created data

Schema

    dateUpdated date-timerequired
    description string
    id int64
    key stringrequired
    source stringrequired

    Possible values: [YAML, API, INTEGRATION]

    value objectrequired
Loading...