Skip to main content
PATCH
/
v1
/
framework-editor
/
control-template
/
{id}
cURL
curl --request PATCH \
  --url http://localhost:3333/v1/framework-editor/control-template/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Access Control Policy",
  "description": "Ensures access controls are properly managed",
  "documentTypes": [
    "penetration-test",
    "rbac-matrix"
  ]
}
'

Path Parameters

id
string
required

Body

application/json
name
string
Example:

"Access Control Policy"

description
string
Example:

"Ensures access controls are properly managed"

documentTypes
string[]
Example:
["penetration-test", "rbac-matrix"]

Response

200 - undefined