Devices
Pause Updates
Pause or resume configuration updates for devices.
Pausing configuration updates stops a device from syncing with its latest Configuration. User-initiated changes to Configurations and ManageXR-initiated updates to the ManageXR Admin App and Home Screen will not propagate to devices with updates paused.
POST
/
organizations
/
{orgId}
/
devices
/
set-pause-updates
Authorizations
Authorization
string
headerrequiredAPI 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
requiredThe ID of the organization. Locate the orgId under Organization Settings > API Keys.
Body
application/json
deviceIds
string[]
requiredArray of device IDs (serial numbers) to update.
pauseUpdates
boolean
requiredWhether to pause (true) or resume (false) configuration updates.
Response
201 - application/json
message
string