Skip to main content
PATCH
/
v1
/
framework-editor
/
framework
/
{id}
cURL
curl --request PATCH \
  --url http://localhost:3333/v1/framework-editor/framework/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "SOC 2",
  "version": "2024",
  "description": "SOC 2 Type II compliance framework",
  "visible": false
}
'

Path Parameters

id
string
required

Body

application/json
name
string
Example:

"SOC 2"

version
string
Example:

"2024"

description
string
Example:

"SOC 2 Type II compliance framework"

visible
boolean
Example:

false

Response

200 - undefined