Update from code changes: VFS public files and folders reference - #37
Open
mintlify[bot] wants to merge 3 commits into
Open
Update from code changes: VFS public files and folders reference#37mintlify[bot] wants to merge 3 commits into
mintlify[bot] wants to merge 3 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Update from code changes updated this PR. Documented that authenticated VFS tree and file listings now surface hidden and public flags plus publicUrl on each node. Source PRs
|
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
Add a reference page covering the new anonymous publishing, folder ZIP downloads, and public browse surfaces in the IXO Virtual File System, plus the
hidden/publicflags and public share links exposed on authenticated tree and file listings.Changes
reference/vfs-public-files.mdxdescribing:/public/id/:id,/public/cid/:cid,/public/:namespace/:path), streaming behaviour, verification headers, and edge caching./api/fs/folder/downloadand anonymous/public/folder/...), with pre-flight caps and404/413semantics./public/list/:namespace,flat/treeviews, keyset pagination, omitted owner DIDs).PATCH /files/:id/public, andPUT /folders/public.hidden/publicflags andpublicUrlsurfaced onGET /api/fs/treeandGET /api/fs/filesnodes so UIs can render badges and share links without a second lookup.GET /api/fs/content?path=and MCP toolsvfs_set_publicandvfs_fetch.docs.json.Context
Documents the public-publishing surface introduced by ixoworld/ixo-virtual-filesystem#5 and extended by ixoworld/ixo-virtual-filesystem#7.
Update history
reference/vfs-public-files.mdxand nav entry documenting the publish/unpublish contract, three public URL forms, folder ZIP downloads,/public/listbrowse, publishing setters,GET /api/fs/content,vfs_set_public/vfs_fetch, and the security posture — covering ixoworld/ixo-virtual-filesystem#5.hidden/publicflags andpublicUrlnow returned onGET /api/fs/treeandGET /api/fs/filesnodes — covering ixoworld/ixo-virtual-filesystem#7.