Skip to content

fix: allowlist salvage_wreck and sell_ship in api-sync drift check#27

Open
statico-alt wants to merge 1 commit into
mainfrom
fix/client-api-sync-drift
Open

fix: allowlist salvage_wreck and sell_ship in api-sync drift check#27
statico-alt wants to merge 1 commit into
mainfrom
fix/client-api-sync-drift

Conversation

@statico-alt

Copy link
Copy Markdown
Member

Summary

The api-sync drift check was failing on main: salvage_wreck and sell_ship are present in the client's COMMANDS block but missing from the live openapi.json, so the test flagged them as stale.

Both commands still exist server-side — a POST to each returns 401 (auth required), not 404 — they're simply undocumented in the OpenAPI spec. Added them to UNDOCUMENTED_IN_SPEC, which is exactly the remedy the test documents for this case. No client behavior change.

Player-Facing Release Notes

Both commands exist server-side (POST returns 401, not 404) but are absent
from openapi.json, so the api-sync drift check failed on main. Add them to
UNDOCUMENTED_IN_SPEC, matching the test's documented remedy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant