Skip to main content
POST
/
spaces
/
add_acs_entrances
await seam.spaces.addAcsEntrances({
  space_id: "9f930664-c0d8-441b-8d66-2b1d0d2466f4",
  acs_entrance_ids: ["b127a710-db3e-402c-afdf-5474769b1d83"],
});

/*
// void
*/
{
  "ok": true
}

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>[]
required

IDs of the entrances that you want to add to the space.

Minimum array length: 1
space_id
string<uuid>
required

ID of the space to which you want to add entrances.

Response

OK

ok
boolean
required