Skip to main content
PATCH
/
individual-entities
/
{entityId}
Updates an individual entity for the authenticated user or entity.
curl --request PATCH \
  --url https://api.nuvion.tech/individual-entities/{entityId} \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Headers

Authorization
string
required

Authorization header: Bearer {jwt or Secretkey}

Path Parameters

entityId
string
required

Body

application/json

The body is of type object.

Response

Updated successfully

The response is of type object.