Frameworks

Add a custom requirement to a framework instance

post/v1/frameworks/{id}/requirements

Path parameters

idstring required

Request body

namestring required

Requirement name

identifierstring required

Identifier

descriptionstring required

Description

Example request

{
  "name": "Access Review",
  "identifier": "10.3"
}

Changes