updateOrgOtherDevice
PUT https://{{host}}/api/v1/orgs/:org_id/otherdeivces/:mac
Assign or unassign OtherDevices to and from a site.
Parameters
Name | Type | Description |
---|---|---|
op | string | The operation being performed. Either ‘assign’ or ‘unassign’. |
site_id | string | The site identifier. |
macs | list | List of otherdevice mac addresses. |
Request Body
{"op"=>"assign", "site_id"=>"4ac1dcf4-9d8b-7211-65c4-057819f0862b", "macs"=>["5c5b350e0001", "5c5b350e0003"]}