await seam.spaces.addDevices({
space_id: "4d53b5c0-87cd-4de9-832d-025e075e7cd4",
device_ids: ["22fb4992-463c-4ccd-b568-50fcea243665"],
});
/*
// void
*/{}Spaces
Add Devices to a Space
Adds devices to a specific space.
PUT
/
spaces
/
add_devices
await seam.spaces.addDevices({
space_id: "4d53b5c0-87cd-4de9-832d-025e075e7cd4",
device_ids: ["22fb4992-463c-4ccd-b568-50fcea243665"],
});
/*
// 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?