await seam.spaces.update({
space_id: "d3513c20-dc89-4e19-8713-1c3ab01aec81",
name: "My Updated Space",
});
/*
{
"created_at": "2025-06-16T16:54:17.946600Z",
"display_name": "My Updated Space",
"name": "My Updated Space",
"space_id": "5f30970d-6ef5-4618-9e91-e701fbca6b63",
"workspace_id": "96bd12f9-6def-4bf4-b517-760417451ae9"
}
*/{
"ok": true,
"space": {
"acs_entrance_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"device_count": 123,
"display_name": "<string>",
"name": "<string>",
"space_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customer_data": {
"default_checkin_time": "<string>",
"default_checkout_time": "<string>",
"time_zone": "<string>"
},
"customer_key": "<string>",
"parent_space_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"parent_space_key": "<string>",
"space_key": "<string>"
}
}Spaces
Update a Space
Updates an existing space.
POST
/
spaces
/
update
await seam.spaces.update({
space_id: "d3513c20-dc89-4e19-8713-1c3ab01aec81",
name: "My Updated Space",
});
/*
{
"created_at": "2025-06-16T16:54:17.946600Z",
"display_name": "My Updated Space",
"name": "My Updated Space",
"space_id": "5f30970d-6ef5-4618-9e91-e701fbca6b63",
"workspace_id": "96bd12f9-6def-4bf4-b517-760417451ae9"
}
*/{
"ok": true,
"space": {
"acs_entrance_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"device_count": 123,
"display_name": "<string>",
"name": "<string>",
"space_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customer_data": {
"default_checkin_time": "<string>",
"default_checkout_time": "<string>",
"time_zone": "<string>"
},
"customer_key": "<string>",
"parent_space_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"parent_space_key": "<string>",
"space_key": "<string>"
}
}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_keyclient_session_with_customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances.
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.
Show child attributes
Show child attributes
Customer key for which you want to update the space.
Minimum string length:
1IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.
Name of the space.
ID of the space that you want to update.
Unique key of the space that you want to update.

