Skip to main content
POST
/
v1
/
frameworks
/
{id}
/
requirements
Add a custom requirement to a framework instance
curl --request POST \
  --url https://api.trycomp.ai/v1/frameworks/{id}/requirements \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Access Review",
  "identifier": "10.3",
  "description": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Body

application/json
name
string
required

Requirement name

Example:

"Access Review"

identifier
string
required

Identifier

Example:

"10.3"

description
string
required

Description

Response

201 - undefined