Skip to content

Mark multiple tasks done

POST
/api/tasks/bulk/done

Authorizations

bearerAuth

API token created via POST /api/tokens or the db:create-token CLI command

Type
HTTP (bearer)

Request Body

application/json
JSON
{
"task_ids": [
0
]
}

Responses

Bulk operation result

application/json
JSON
{
"tasks_affected": 0
}

Samples

Powered by VitePress OpenAPI