v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Frameworks

Update a custom framework

Update the name and/or description of an organization's custom framework. Only custom frameworks are editable; platform frameworks return 400.

patch/v1/frameworks/{id}/custom

Path parameters

idstring required

Request body

namestring

Framework name

descriptionstring

Framework description

Example request

{
  "name": "Internal Controls"
}