curl --request PATCH \
--url http://localhost:3333/v1/framework-instance-requirements/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"identifier": "<string>",
"description": "<string>"
}
'curl --request PATCH \
--url http://localhost:3333/v1/framework-instance-requirements/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"identifier": "<string>",
"description": "<string>"
}
'Was this page helpful?