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-8740-4050-b350-234828be1d8b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}