await seam.spaces.addAcsEntrances({
space_id: "9f930664-c0d8-441b-8d66-2b1d0d2466f4",
acs_entrance_ids: ["b127a710-db3e-402c-afdf-5474769b1d83"],
});
/*
// void
*/
{}Spaces
Add Entrances to a Space
Adds entrances to a specific space.
PUT
/
spaces
/
add_acs_entrances
await seam.spaces.addAcsEntrances({
space_id: "9f930664-c0d8-441b-8d66-2b1d0d2466f4",
acs_entrance_ids: ["b127a710-db3e-402c-afdf-5474769b1d83"],
});
/*
// void
*/
{}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
Response
OK
The response is of type object.
Was this page helpful?