docs(safari): drop skill/download from public API (reclassified jwt, console-only)#106
Merged
Merged
Conversation
/safari/skill/download is reclassified auth=all -> jwt in the registry (fc-pgy #570): it is a console-only binary (application/zip) download used by the Customize UI via the session cookie, with no app_key consumer. Remove it from the public OpenAPI specs (per-module + consolidated, en+zh), the docs.json navigation, and the api-catalog overview (AI SRE 26->25, total 240->239). Mirrors the session/cancel removal (#101).
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
/safari/skill/downloadis reclassifiedauth=all → jwtin the registry (fc-pgy #570): it is a console-only binary (application/zip) download used by the AI-SRE Customize UI via the session cookie, with no app_key consumer. (It was the odd one out among the console-only safari ops —attachment/*,artifact/*,feedback/create,app/listare alreadyjwt.)Remove it from the public surface, mirroring the
session/cancelremoval (#101):SkillDownloadRequestschemadocs.jsonnavigation (en+zh)api-catalogoverview (en+zh): AI SRE 26→25, total 240→239Reconciliation check (every remaining safari spec path present in nav + both catalogs) passes —
nonemissing. The Customize console keeps working (session cookie = jwt). Companion: go-flashduty + flashduty-cli re-sync drops it from the SDK/cli with no breakage (the only public consumers were broken, unused codegen artifacts).