Skip to main content
POST
/
v1
/
frameworks
Add frameworks to the organization
curl --request POST \
  --url http://localhost:3333/v1/frameworks \
  --header 'Content-Type: application/json' \
  --data '
{
  "frameworkIds": [
    "<string>"
  ]
}
'

Body

application/json
frameworkIds
string[]
required

Array of framework editor framework IDs to add

Minimum array length: 1

Response

201 - undefined