Skip to main content
PATCH
/
entity
/
:id
/
value
cURL
curl --request PATCH \
  --url https://api.example.com/entity/:id/value
{
  "data": null
}

Path Parameters

id
string<uuid>
required

Response

OK

data
unknown