Snooze all overdue tasks
POST
/api/tasks/bulk/snooze-overdue
Snoozes all overdue P0-P3 tasks. P4 (Urgent) tasks are always excluded.
Authorizations
bearerAuth
API token created via POST /api/tokens or the db:create-token CLI command
Type
HTTP (bearer)
Request Body
application/json
JSON
{
"until": "string",
"exclude_task_ids": [
0
]
}
Responses
Bulk operation result
application/json
JSON
{
"tasks_affected": 0
}
POST
/api/tasks/bulk/snooze-overdue
