Create or update entity
POST/api/v1/open-api
Create a catalog entity using a descriptor YAML. If the YAML refers to an entity that already exists (as referenced by the x-cortex-tag
), this API will update the existing entity.
Request
Responses
- 200
- 400
- 429
Indicates that the entity was accepted and processed successfully
Invalid YAML (major errors or incorrectly formatted YAML)
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
Retry-After
The number of seconds until the rate limiting resets.