Skip to main content
PATCH
Edit Device

Authorizations

Authorization
string
header
required

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

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

The id of a tag you want to set on the device

Response

200

Success