Add Entrances to a Space
Adds entrances to a specific space.
Adds entrances to a specific space.
Code
await seam.spaces.addAcsEntrances({
space_id: "9f930664-c0d8-441b-8d66-2b1d0d2466f4",
acs_entrance_ids: ["b127a710-db3e-402c-afdf-5474769b1d83"],
});
Output
// void
Request Parameters
acs_entrance_ids
Array of UUIDs (Required)
IDs of the entrances that you want to add to the space.
space_id
String (Required)
ID of the space to which you want to add entrances.
Response
void
Last updated
Was this helpful?