Enable/disable analytics collection
Enables or disables device analytics collection.
Available only for the service custom account type (login with
username=custom and the device admin password).
- application/json
Request Body
- is_enabled boolean required
describes the feature status
Responses
- 200
- 400
- 401
- 403
OK
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- error string
error type/info
{
"error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
No permission to process this request
- application/json
- Schema
- Example (from schema)
- Permission
Schema
- error string
error message
{
"error": "Permission"
}
{
"error": "Permission"
}
Loading...