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
}
'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
}
'Was this page helpful?