Skip to main content
PATCH
/
v1
/
entities
/
{entity_id}
Update an entity
curl --request PATCH \
  --url http://0.0.0.0:3000/v1/entities/{entity_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

entity_id
string
required

Body

application/json
name
string
required

Response

200

Successful response