Skip to main content

Update entity type

PUT 

/api/v1/catalog/definitions/:type

Update entity type

Request

Path Parameters

    type stringrequired

Query Parameters

    force boolean

    When true, schema will be updated even if it results in broken schemas for existing entities. Defaults to false.

Body

required

    description string
    name string
    schema objectrequired

Responses

Successfully updated entity type

Schema

    description string
    name string
    schema objectrequired
    source stringrequired

    Possible values: [CORTEX, CUSTOM]

    type stringrequired
Loading...