Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 1c69ac9

Browse files
committed
chore: Readme change taskStatus response
1 parent fba9435 commit 1c69ac9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

documentation/03 - usage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ For a complete list of available routes, refer to the [Swagger UI](http://localh
6969
2. **Interpret Response:**
7070
```json
7171
{
72-
"task_id": 1,
73-
"status": "completed",
74-
"details": "Task completed successfully."
72+
"status": "completed"
7573
}
7674
```
7775

0 commit comments

Comments
 (0)