v1

OpenAPI 3.0.1Licensed under Uberall2026-08-0629353914.0 MB
Location Groups

Add locations to a LocationGroup

Can be used for adding locations to a single LocationGroup.

post/location-groups/{id}/locations

Path parameters

idstring required

ID of the LocationGroup that should be updated.

Request body

locationsinteger[]

List of location IDs (Long) to add to the LocationGroup.

Example request

{
  "locations": [
    10,
    20,
    30
  ]
}

Response

Locations added to LocationGroup successfully