OpenAPI 3.1.02026-08-1595198220.8 KB

80f4fd40b75e

tasks

Snooze Task

Snooze an actionable task until a future datetime.

Requires the tasks:write scope on the API key.

post/v1/tasks/{task_id}/snooze

Path parameters

task_idstring uuid required

ID of the task.

Request body

snoozed_untilstring date-time required

When the task should re-enter the active queue. Must be timezone-aware and in the future.

Response

Successful Response

idstring uuid required

Task identifier.

snoozed_untilstring date-time nullable

When the task is snoozed until.