patch https://api.movintracks.io/v:version/points/
Partially updates a point
Beacons have to be posted to their corresponding endpoint.
Responses
Partially updates a point
Beacons have to be posted to their corresponding endpoint.
xxxxxxxxxx
curl --request PATCH \
--url https://api.movintracks.io/v:version/points/id \
--header 'Authorization: Bearer [[key]]' \
--header 'accept: application/json' \
--header 'content-type: application/json'