Skip to content

Update from code changes: VFS file versions & history#39

Open
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/a1e2d758
Open

Update from code changes: VFS file versions & history#39
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/a1e2d758

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Add a Virtual Filesystem reference page covering the new file version history feature and optimistic-concurrency semantics.

Changes

  • New reference/virtual-filesystem-versions.mdx documenting:
    • The version-per-content-write model and CID immutability guarantees
    • REST endpoints: GET /files/:id/versions, GET /files/:id/versions/:v/content, POST /files/:id/versions/:v/restore
    • The CID-history fallback on GET /api/fs/cid/:cid and its exclusion from /public/*
    • MCP tools vfs_versions and vfs_restore_version, and their gating for CID-scoped sessions
    • The 50-versions-per-file cap and 409 semantics for cap-hit vs. concurrent-write
    • Optimistic-concurrency 409 behaviour for content writes, moves, and lifecycle events
    • Trash/purge behaviour and crypto-shred of history
    • Auth, path scope, hidden-reveal, and public-surface gating on history routes
  • Add the page to the Stack → Reference group in docs.json.

Context

Reflects ixoworld/ixo-virtual-filesystem#6 — "File version history + optimistic concurrency (D36/D37)".

@mintlify

mintlify Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ixoworld 🟢 Ready View Preview Jul 9, 2026, 1:15 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants