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