Tasks API
Manage tasks and task assignments.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/tasks | List all tasks |
GET | /api/v1/tasks/{id} | Get task by ID |
POST | /api/v1/tasks | Create a new task |
PUT | /api/v1/tasks/{id} | Update a task |
DELETE | /api/v1/tasks/{id} | Delete a task |