fix(docs): point docs.json to renamed stage events endpoint (#217)

## Summary
- `docs.json` referenced `GET /api/v1/runs/{id}/stages/{stageId}/turns`,
but that operation was renamed to `/events` in `fabro-api.yaml` between
the last passing and first failing Mintlify deploy.
- Mintlify could not resolve the operation under the API Reference tab
and reported `Failed to fetch OpenAPI file for anchor or tab`, failing
every docs deploy on `main` since commit `e40dc7d9a`.

## Verification
- Cross-checked every operation page reference in
`docs/public/docs.json` against operations defined in
`docs/public/api-reference/fabro-api.yaml`; all references now resolve.

## Test plan
- [ ] Mintlify Deployment check turns green on this PR
- [ ] After merge, https://docs.fabro.sh updates and the API Reference >
Run Internals group shows the renamed `List Stage Events` endpoint

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-05-05 13:10:25 -07:00 committed by GitHub
parent 79f89165f6
commit bd82366e6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -214,7 +214,7 @@
"pages": [
"GET /api/v1/runs/{id}/checkpoint",
"GET /api/v1/runs/{id}/stages",
"GET /api/v1/runs/{id}/stages/{stageId}/turns",
"GET /api/v1/runs/{id}/stages/{stageId}/events",
"GET /api/v1/runs/{id}/settings"
]
}