Restore Todo
restore_todoRestore a completed to-do item back to pending state by providing its ID.
Instructions
Restore a previously-marked-done to-do item back to pending state. Accepts the todo's ID (numeric or full gid://gitlab/Todo/N form).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todoId | Yes | Todo ID — accepts a bare numeric ID ("42") or a full gid ("gid://gitlab/Todo/42") | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |