Download OpenAPI specification:Download
A simple application to handle tasks.
completed | boolean indicates if a taks is completed or not |
description required | string description of the task |
{- "completed": true,
- "description": "My important task"
}
{- "completed": true,
- "description": "My important task",
- "id": "e1cb23d0-6cbe-4a29-b586-bfa424bc93fd"
}
taskId required | string Example: e1cb23d0-6cbe-4a29-b586-bfa424bc93fd The id of the task |
completed | boolean indicates if a taks is completed or not |
description required | string description of the task |
{- "completed": true,
- "description": "My important task"
}
{- "completed": true,
- "description": "My important task",
- "id": "e1cb23d0-6cbe-4a29-b586-bfa424bc93fd"
}