Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 561 Bytes

File metadata and controls

25 lines (15 loc) · 561 Bytes

Adjusts the snooze duration for a user's Do Not Disturb settings. If a snooze session is not already active for the user, invoking this method will begin one for the specified duration.

Arguments

{ARGS}

Response

{
    "ok": true,
    "snooze_enabled": true,
    "snooze_endtime": 1450373897,
    "snooze_remaining": 60,
}

The snooze_remaining field is expressed in seconds. If your request presents a num_minutes value of 1, the response's snooze_remaining will be 60.

Errors

{ERRORS}

Warnings

{WARNINGS}