v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Devices

Move Devices to Actor ID

Assigns or moves a list of devices to a specified actor identified by actorId. The request body should include an array of device identifiers (e.g., serial numbers).

put/v1/devices/move/{actorId}

Path parameters

actorIdinteger required

The unique identifier of the actor to which the devices will be moved.

Request body

string[] required

Response

The devices were successfully moved to the specified actor.

HW_serialstring nullable

The hardware serial number of the device that was moved.

actor_idinteger

The unique identifier of the actor to which the device is now associated.

is_connectedboolean

Indicates whether the device is currently connected after being moved.