Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulMule authored Apr 13, 2024
1 parent e1ae9bc commit 76d8c45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ To run this project, you need to have .NET 8 and Azure Cosmos DB.
The API exposes several endpoints that correspond to CRUD operations:

- `POST /api/games`: Create a new game.
```json
{
"GameId": "1",
"Name": "Call of Duty: Warzone",
"Description": "Call of Duty: Warzone was a free-to-play battle royale video game developed by Raven Software and Infinity Ward and published by Activision",
"Type": "Shooter"
}
- `GET /api/games/{id}`: Get a game by ID.
- `GET /api/games`: Get all games.
- `DELETE /api/games/{id}`: Delete a game by ID.
Expand Down

0 comments on commit 76d8c45

Please sign in to comment.