Update README.md

This commit is contained in:
Daniel
2023-02-02 01:04:53 +02:00
committed by GitHub
parent 316d676e80
commit f55920a718

View File

@@ -22,7 +22,7 @@ Method | URL | Function
| `GET:` | `/api/v1/tasks/:ID` | Retrieves a specific task from the server
| `POST:` | `/api/v1/tasks` | Creates a new task
| `PATCH:` | `/api/v1/tasks/:ID` | Updates a specific task on the server
| `DELETE:` | `/api/v1/tasks/:ID` | Deleted a specific task
| `DELETE:` | `/api/v1/tasks/:ID` | Deletes a specific task
---
#### The MongoDB Schema is as follows: