Skip to content

Commit 4b4f197

Browse files
nanotaboadaclaude
andcommitted
fix(docs): correct error codes and coach list reference (#557)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a40a8e9 commit 4b4f197

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Interactive API documentation is available via Swagger UI at `http://localhost:9
124124
| `DELETE` | `/players/squadnumber/{squad_number}` | Remove player by squad number | `204 No Content` |
125125
| `GET` | `/health` | Health check | `200 OK` |
126126

127-
Error codes: `400 Bad Request` (validation failed) · `404 Not Found` (player not found) · `409 Conflict` (duplicate squad number on `POST`)
127+
Error codes: `400 Bad Request` (squad number mismatch on `PUT`) · `404 Not Found` (player not found) · `409 Conflict` (duplicate squad number on `POST`) · `422 Unprocessable Entity` (schema validation failed)
128128

129129
For complete endpoint documentation with request/response schemas, explore the [interactive Swagger UI](http://localhost:9000/docs).
130130

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Before creating the tag, verify all of the following:
3636
- [ ] `CHANGELOG.md` `[Unreleased]` section is moved to a new versioned release entry
3737
- [ ] Release PR is merged into `master`
3838
- [ ] `uv run pytest` passes
39-
- [ ] Coach name is valid and follows alphabetical order (see [famous coach list](CHANGELOG.md))
39+
- [ ] Coach name is valid and follows alphabetical order (see "Release Naming Convention" in [CHANGELOG.md](CHANGELOG.md))
4040
- [ ] All CI checks on `master` are green
4141

4242
### 4. Create and Push Tag

0 commit comments

Comments
 (0)