Authorizations
API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID
:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Path Parameters
Unique identifier (serial number) of the device
Query Parameters
Unique identifier of the organization. Defaults to the organization associated with the API key if no id supplied.
Body
application/json
Name of the device
Example:
"Device_123"
ID of new configuration to assign to the device
Example:
"AKDJF139UGNLA12J"
Device notes
Example:
"This device was recently moved on 9/15"
Ids of tags to apply to device
Example:
["KADJFL2U4T", "AKLU32OI2QU5U"]
Response
Success