Skip to main content
PATCH
/
v1
/
framework-editor
/
requirement
/
{id}
cURL
curl --request PATCH \
  --url http://localhost:3333/v1/framework-editor/requirement/{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