Skip to main content
POST

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.

Query Parameters

organizationId
string

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
deviceIds
string[]
required

Array of device IDs (serial numbers) to update.

pauseUpdates
boolean
required

Whether to pause (true) or resume (false) configuration updates.

Response

200

Success