Commit 013ce80
docs: fix PUT endpoint documentation - version parameter is required
The PUT /v0/servers/{server_id} endpoint requires the version query parameter
and no longer supports editing "latest" without specifying an exact version.
This aligns the documentation with the actual implementation where the version
parameter is marked as required in the EditServerInput struct.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 06a50ca commit 013ce80
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
0 commit comments