Merged
Conversation
Contributor
Author
📚 Mintlify Preview Links📝 Changed (1 total)📄 Pages (1)
🤖 Generated automatically when Mintlify deployment succeeds |
Contributor
Author
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-update-training-api-15.mintlify.app |
Removes redundant "API Reference" breadcrumb from the reference pages.
Fixes the issue where health endpoints (health-check and system-check) appeared under an extra 'API Reference' layer in the breadcrumb navigation. Root cause: The upstream Training API OpenAPI spec was missing 'tags' fields on the health endpoints, causing Mintlify to place them in a default category. Changes: - Simplified OpenAPI config in docs.json (removed redundant directory param) - Synced latest OpenAPI spec from production which includes health tags - Added patch_spec() safety net in sync_openapi_spec.py - Documented the issue and resolution in README.md The upstream fix was already deployed on 2026-01-21 via coreweave/serverless-training#213, so the production API now correctly includes tags=['health'] for both /v1/health and /v1/system-check. This should eliminate the redundant breadcrumb layer and provide proper navigation hierarchy: Training > API Reference > Health Check
eeeaf89 to
5b02670
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the Training API documentation based on the latest OpenAPI specification.
Generated on: 2026-02-02 09:47:47 UTC
OpenAPI spec source: https://api.training.wandb.ai/openapi.json
Changes
Review Checklist
This PR was automatically generated by the Training API update workflow.