curl --request POST \
--url http://localhost:3333/v1/frameworks/{id}/requirements/link \
--header 'Content-Type: application/json' \
--data '
{
"requirementIds": [
"<string>"
]
}
'curl --request POST \
--url http://localhost:3333/v1/frameworks/{id}/requirements/link \
--header 'Content-Type: application/json' \
--data '
{
"requirementIds": [
"<string>"
]
}
'Was this page helpful?