Skip to main content
PATCH
Update a Location for an Entity

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

locationId
string<uuid>
required

The id of the location

Body

application/json

A request to modify the location of an Entity

label
string | null

The label

latitude
number<double>

The latitude

longitude
number<double>

The longitude

Response

OK

The location of an Entity

id
string<uuid>
required

The Id

label
string | null
required

The label

latitude
number<double>
required

The latitude

longitude
number<double>
required

The longitude