Update Compliance Framework
PUT/definitions/:id
Update a compliance framework definition. If an in-progress revision exists, it will be updated. If no in-progress revision exists and 'release=false', a new in-progress revision is created. If 'release=true', the framework is both updated and released in a single operation.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Successfully updated
Bad request - invalid request body or validation error
Forbidden - insufficient permissions
Not found - resource does not exist
Internal server error