Skip to main content
PATCH
Edit a location

Authorizations

X-Qminder-REST-API-Key
string
header
default:yourbusinessapikey
required

Headers

X-Qminder-API-Version
enum<string>
default:2020-09-01
required

API version. Must be set to 2020-09-01.

Available options:
2020-09-01

Path Parameters

locationId
integer<int64>
default:12345
required

ID of the location to update.

Body

application/json

Location properties to update. All fields are optional — only include the fields you want to change.

name
string

Location name (max 30 characters). Must not be blank if provided.

Maximum string length: 30
latitude
number

Geographical latitude (-90 to 90).

Required range: -90 <= x <= 90
longitude
number

Geographical longitude (-180 to 180).

Required range: -180 <= x <= 180

Response

Location updated successfully