Update Compliance Framework
PUT/compliance-frameworks/v1/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.
Compliance framework not found.
Internal server error.