POST:devices.json
POST:devices.json
Description
Modify devices user used to login. Mainly you can mark or unmark devices as trusted.
Topic: Devices
Query Parameters
ids: Comma-separated array of String, required
List of device ids. See also: Unique Identifiers
Example: ?ids=de_EQzGqWoY,de_EQzGqWoY
Request Body
Array of DeviceModify
[ { "trusted": false } ]
Response Body
Array of Device
Response Body Type
Loading module