This page was last edited on October 31, 2023, at 13:28.
Comments or questions about this documentation? Contact us for support!
This operation is part of the Channels API section of the Web Services API.
Sets the DoNotDisturb status for all devices and channels. This operation overrides other statuses, such as Ready.
Request URL | /api/v2/me |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameter | Value |
---|---|
operationName | DoNotDisturbOn |
POST /api/v2/me
{
"operationName": "DoNotDisturbOn"
}
{
"statusCode": 0
}