Locations
Update a Location
OAuth Scope
This endpoint requires the following OAuth scope manage_locations.
post/location/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Location
Request body
Example request
{
"uuid": "123e4567-566e-4aaf-8e39-23f948a5dbbb"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}