Profiles

Apply a profile to a device

put/devices/{deviceId}/profile

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

profileIdstring required

ID of the profile to apply

Example request

{
  "$schema": "https://example.com/schemas/ApplyProfileInputBody.json"
}

Response

No Content

Changes