Update a device by id
Devices
Edit Device
Update device metadata or apply a new configuration
PATCH
Update a device by id
Documentation Index
Fetch the complete documentation index at: https://docs.managexr.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key based authentication where 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. This parameter is only necessary when using multi-organization API keys.
Defaults to the organizationId associated with the API key.
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