Update Service Location
PUT/calendars/services/locations/:serviceLocationId
Update an existing service location
Request
Version stringrequired
API Version
Available options
v3serviceLocationId stringrequired
Unique Service Location ID
- application/json
- Body
- Example (auto)
Bodyrequired
namestring
Location name
slugstring
Updated URL-friendly slug identifier
phonestring
Updated contact phone number
addressstring
Use a full street address when locationType is offline. Use a user-facing label when locationType is ask_booker.
coverImagestring
Updated URL of the cover image
locationTypestring
Location type
Available options
offlineask_booker{
"name": "California Location",
"slug": "midtown-wellness-therapy-studio",
"phone": "+1-212-555-0199",
"address": "789 5th Avenue, Floor 5, New York, NY 10022",
"coverImage": "https://storage.example.com/locations/midtown-wellness-studio/cover-v2.jpg",
"locationType": "offline"
}
Service location updated successfully
- application/json
- Schema
- Example (auto)
Schema
idstringrequired
Service Location ID
locationIdstringrequired
Location ID
namestringrequired
Location name
slugstringrequired
Unique URL-friendly identifier for the service location
isActiveboolean
Whether location is active
Default value:
trueisPrivateboolean
Whether location is private (not shown publicly)
Default value:
falsecoverImagestring
URL of the cover image displayed for this location
locationTypestring
Location type
Available options
offlineask_bookeraddressstring
Use a full street address when locationType is offline. Use a user-facing label when locationType is ask_booker.
phonestring
Contact phone number for the service location
{
"id": "65e5f6dfacf123513228d384",
"locationId": "0007BWpSzSwfiuSl0tR2",
"name": "Downtown Wellness Center",
"slug": "downtown-wellness-center",
"isActive": true,
"isPrivate": false,
"coverImage": "https://storage.example.com/locations/downtown-wellness-center/cover.jpg",
"locationType": "offline",
"address": "456 Market Street, Suite 200, San Francisco, CA 94105",
"phone": "+1-415-555-0198"
}