fix(rust): freeze the write-poll route in routes.manifest.json
All checks were successful
PR Checks / client-build (pull_request) Successful in 16s
PR Checks / server-tests (pull_request) Successful in 19s
PR Checks / frozen-manifest (pull_request) Successful in -1m3s

The new GET /admin/rust/config/:serverId/writes/:writeId was documented in
swagger-fragment.json but not in the committed manifest, so the frozen-
manifest job and frozenManifest.test.js both failed. Regenerated against
core at the pinned ref (efa9db7), exactly as the job does: one route added,
nothing of core's moved.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01E14m6SuuY6i1vASFeGDBeY
This commit is contained in:
2026-09-26 17:34:09 -05:00
parent 654a24585d
commit fee0b294a9

View File

@@ -51,6 +51,11 @@
"path": "/api/v1/admin/rust/config/:serverId/writes", "path": "/api/v1/admin/rust/config/:serverId/writes",
"tier": "public" "tier": "public"
}, },
{
"method": "GET",
"path": "/api/v1/admin/rust/config/:serverId/writes/:writeId",
"tier": "public"
},
{ {
"method": "GET", "method": "GET",
"path": "/api/v1/admin/rust/permissions", "path": "/api/v1/admin/rust/permissions",