cURL
curl --request PATCH \ --url https://api.nuvion.tech/individual-entities/{entityId} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Updates an individual entity for the authenticated user or entity.
Authorization header: Bearer {jwt or Secretkey}
The body is of type object.
object
Updated successfully
The response is of type object.