We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673c7a6 commit 07b9621Copy full SHA for 07b9621
1 file changed
README.md
@@ -190,8 +190,8 @@ Interactive API documentation is available via Swagger UI at `https://localhost:
190
**Quick Reference:**
191
192
- `GET /players` - List all players
193
-- `GET /players/{id}` - Get player by ID (requires authentication)
194
-- `GET /players/{squadNumber}` - Get player by squad number
+- `GET /players/{id:Guid}` - Get player by ID (requires authentication)
+- `GET /players/{squadNumber:int}` - Get player by squad number
195
- `POST /players` - Create new player
196
- `PUT /players/{squadNumber}` - Update player
197
- `DELETE /players/{squadNumber}` - Remove player
0 commit comments