updateOrgOtherDevice

PUT https://{{host}}/api/v1/orgs/:org_id/otherdeivces/:mac

Assign or unassign OtherDevices to and from a site.

Parameters

NameTypeDescription
opstringThe operation being performed. Either ‘assign’ or ‘unassign’.
site_idstringThe site identifier.
macslistList of otherdevice mac addresses.

Request Body

{"op"=>"assign", "site_id"=>"4ac1dcf4-9d8b-7211-65c4-057819f0862b", "macs"=>["5c5b350e0001", "5c5b350e0003"]}