Skip to main content
POST
/
spaces
/
add_devices
await seam.spaces.addDevices({
  space_id: "4d53b5c0-87cd-4de9-832d-025e075e7cd4",
  device_ids: ["22fb4992-463c-4ccd-b568-50fcea243665"],
});

/*
// 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
device_ids
string<uuid>[]
required

IDs of the devices 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 devices.

Response

OK

ok
boolean
required