Skip to content

Commit

Permalink
Update api_documentation.md
Browse files Browse the repository at this point in the history
Added web sockets to endpoints
  • Loading branch information
its-me-abhishek authored Jan 21, 2025
1 parent 8f6ecf2 commit 9916e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
| `POST` | `/add-task` | Add a task |
| `POST` | `/complete-task` | Mark a task as completed |
| `POST` | `/delete-task` | Mark a task as deleted |
| `GET` | `/ws` | Fetch Job Status via Websockets |

## Sample payloads for requests

Expand Down

0 comments on commit 9916e9a

Please sign in to comment.