Skip to main content

Creates or updates a device setting

PUT /v1/devicesetting/device/{deviceID}

Summary

Creates or updates a device setting.

Details

Request body: JSON object.

Supports an optional local=true query parameter to also enqueue a device setting update event.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
deviceIDpathinteger (int64)YesThe device ID that owns the setting.1

Request Body

No request body is documented here.

Responses

200

Success. No response body.

No response body schema documented.