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

Query Parameters

frameworkId
string
required

Body

application/json
name
string
required
Example:

"Access Control Policy"

description
string
required
Example:

"Ensures access controls are properly managed"

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

Response

201 - undefined