# POST api/tasks **POST /api/tasks** ## Servers - https://TodoListRestApi: https://TodoListRestApi () ## Parameters ### Body: application/json (object) - **taskId** (integer(int64)) - **todoList** (object) - **title** (string) - **description** (string) - **dueDate** (string) - **author** (string) - **isCompleted** (integer(int32)) ## Responses ### 200 OK #### Body: */* (object) - **taskId** (integer(int64)) - **todoList** (object) - **title** (string) - **description** (string) - **dueDate** (string) - **author** (string) - **isCompleted** (integer(int32)) [Powered by Bump.sh](https://bump.sh)