Skip to main content
POST
/
v1
/
frameworks
/
custom
Create a custom framework for this organization
curl --request POST \
  --url http://localhost:3333/v1/frameworks/custom \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Internal Controls",
  "description": "<string>",
  "version": "1.0"
}
'

Body

application/json
name
string
required

Framework name

Example:

"Internal Controls"

description
string
required

Framework description

version
string

Version

Example:

"1.0"

Response

201 - undefined