Skip to main content
PUT
This endpoint updates location details including contact information, operating hours, and capabilities.

Authentication

This endpoint requires a valid API key with locations:write permissions.

Path Parameters

id
string
required
The unique identifier of the location

Request Body

name
string
Update location name
contact
object
Update contact information
operating_hours
object
Update operating hours
capabilities
array
Update location capabilities
capacity
object
Update capacity information
is_active
boolean
Update active status
metadata
object
Update custom fields

Response

Returns the updated location object.