Create or update dependencies in bulk
PUT/api/v1/catalog/dependencies
This API allows you to create multiple dependencies for multiple entities at once.
Request
Responses
- 200
- 400
- 404
- 429
Successfully created / updated dependencies
Cannot modify dependency that is defined in cortex.yaml
Entity not found
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.