# Personal TODO List API ## Description This is version `1.0.0` of this API documentation. Last update on Sep 23, 2024. This API allows an individual to manage a simple list of tasks. Tasks have a status of 'new' when first created and should be moved to 'in progress' when the task has begun and 'completed' once the task is finished. ## Servers - https://api.todolist.local/v1: https://api.todolist.local/v1 () ## Authentication ## Endpoints and operations ### [Manage Tasks](https://bump.sh/bump-examples/hub/code-samples/doc/to-do-list/group/endpoint-manage-tasks.md) - [Add a new task to the TODO list](https://bump.sh/bump-examples/hub/code-samples/doc/to-do-list/operation/operation-addtask.md) - [Update a task on the TODO list](https://bump.sh/bump-examples/hub/code-samples/doc/to-do-list/operation/operation-updatetask.md) - [Remove a task from the TODO list](https://bump.sh/bump-examples/hub/code-samples/doc/to-do-list/operation/operation-removetask.md) ### [View Tasks](https://bump.sh/bump-examples/hub/code-samples/doc/to-do-list/group/endpoint-view-tasks.md) - [List available tasks on the TODO list](https://bump.sh/bump-examples/hub/code-samples/doc/to-do-list/operation/operation-listtasks.md) - [Retrieve the details for a task on the TODO list](https://bump.sh/bump-examples/hub/code-samples/doc/to-do-list/operation/operation-gettask.md) [Powered by Bump.sh](https://bump.sh)