PATCH
/
organizations
/
{orgId}
/
devices
/
{deviceId}
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"
}'

Authorizations

Authorization
string
header
required

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

orgId
string
required

The ID of the organization. Locate the orgId under Organization Settings > API Keys.

deviceId
string
required

The ID (serial number) of the device.

Body

application/json
name
string

Name of device

configurationId
string

ID of configuration applied to device

notes
string

Device notes

tagIds
string[]

Array of tag ids to apply to device. Replaces any existing tags