Add support API and compatibility check endpoints#296
Open
mintlify[bot] wants to merge 2 commits into
Open
Conversation
…-healing Generated-By: mintlify-agent
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Comment on lines
+1
to
+4
| --- | ||
| title: Support API | ||
| description: "Token auto-healing, diagnostics, and self-service support endpoints" | ||
| --- |
There was a problem hiding this comment.
🟡 New support page not added to docs.json navigation
The new api-reference/support.mdx page is created but not registered in the navigation.groups array in docs.json. The "API Reference" group (docs.json:95-183) lists all API reference pages, but "api-reference/support" is missing. This means the page will exist but be unreachable through the site's navigation menu — users can only access it via a direct URL.
Prompt for agents
The new file api-reference/support.mdx needs to be added to the navigation configuration in docs.json. In docs.json, find the "API Reference" group (around line 95) and add "api-reference/support" to the pages array. A logical placement would be near related endpoints like api-reference/health or api-reference/debug (around lines 122-138).
Was this helpful? React with 👍 or 👎 to provide feedback.
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.
Summary
POST /api/support/heal-token(auto-generates gateway tokens) andGET /api/support/diagnostics(platform health snapshot) endpointsPOST /api/openclaw/ensure-compatibilityendpoint to the Maintenance API page for OpenClaw 2026.4.2 compatibility checks