cURL
curl --request PATCH \ --url https://managexrapi.com/organizations/{orgId}/devices/{deviceId} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Taylor Quest 3", "configurationId": "yw5VSRLRoRDhNRhm0Nl", "notes": "At conference" } '
Update device metadata and configuration
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
API_KEY_ID
API_KEY_SECRET
The ID of the organization. Locate the orgId under Organization Settings > API Keys.
The ID (serial number) of the device.
Name of device
ID of configuration applied to device
Device notes
Array of tag ids to apply to device. Replaces any existing tags
The id of a tag you want to set on the device
Success