File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Fixed
1515
16+ - API Reference table in ` README.md ` : corrected ` PUT /players/squadnumber/:squadnumber ` response from ` 200 OK ` to ` 204 No Content `
17+
1618### Removed
1719
1820## [ 1.1.1 - Cannavaro] - 2026-04-12
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ graph RL
111111| ` GET ` | ` /players/:id ` | Get player by ID | ` 200 OK ` |
112112| ` GET ` | ` /players/squadnumber/:squadnumber ` | Get player by squad number | ` 200 OK ` |
113113| ` POST ` | ` /players ` | Create new player | ` 201 Created ` |
114- | ` PUT ` | ` /players/squadnumber/:squadnumber ` | Update player by squad number | ` 200 OK ` |
114+ | ` PUT ` | ` /players/squadnumber/:squadnumber ` | Update player by squad number | ` 204 No Content ` |
115115| ` DELETE ` | ` /players/squadnumber/:squadnumber ` | Remove player by squad number | ` 204 No Content ` |
116116| ` GET ` | ` /health ` | Health check | ` 200 OK ` |
117117
You can’t perform that action at this time.
0 commit comments