Add Devices to a Space

Early Access Preview. The spaces API is currently in Alpha. We're actively developing it and seeking early feedback at [email protected]. Expect breaking changes as we refine the design.

Adds devices to a specific space.

Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

device_ids Array of UUIDs (Required)

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


space_id String (Required)

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


Response

void

Last updated

Was this helpful?

Revision created

ci: Generate docs