Frameworks

Create a custom framework for this organization

post/v1/frameworks/custom

Request body

namestring required

Framework name

descriptionstring required

Framework description

versionstring

Version

Example request

{
  "name": "Internal Controls",
  "version": "1.0"
}

Changes