Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
acs_entrance_ids
string<uuid>[]

IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances.

customer_data
object

Reservation/stay-related defaults for the space. Only the keys you provide are updated; omit a key to leave it unchanged. Pass null on a key to clear it.

device_ids
string<uuid>[]

IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.

name
string

Name of the space.

space_id
string<uuid>

ID of the space that you want to update.

space_key
string

Unique key of the space that you want to update.

Response

OK

space
object
required

Represents a space that is a logical grouping of devices and entrances. You can assign access to an entire space, thereby making granting access more efficient. See the space object.