Skip to main content
PATCH
/
v1
/
framework-instance-requirements
/
{id}
Update a framework instance requirement
curl --request PATCH \
  --url http://localhost:3333/v1/framework-instance-requirements/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "identifier": "<string>",
  "description": "<string>"
}
'

Path Parameters

id
string
required

Body

application/json
name
string
identifier
string
description
string

Response

200 - undefined