Skip to content

Undo last action

POST
/api/undo

Authorizations

bearerAuth

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

Type
HTTP (bearer)

Responses

Undo result

application/json
JSON
{
"data": {
"undone_action": "string",
"description": "string",
"tasks_affected": 0
}
}

Samples

Powered by VitePress OpenAPI