docs(v3): document App Actions V3 version history#273
Open
veljko7 wants to merge 2 commits into
Open
Conversation
Document the version-history feature added to V3 App Actions in fliplet-api (DEV-1259 / PR #8070): config snapshots on create/update/ restore, the 100-version retention cap, and the three REST endpoints to list, fetch, and restore versions. - New "Version history" section covering snapshot-on-write behaviour (create/update/pre-restore reasons), retention/pruning, cascade delete, and what a snapshot captures - GET /versions (paginated summary), GET /versions/:id (full snapshot), POST /versions/:id/restore (undo-able restore, refuses production) documented with Fliplet.API.request() examples and response shapes - Added concept point on versioning to "Data models and key concepts" - Error tables: VERSION_NOT_FOUND, CANNOT_RESTORE_PRODUCTION, RESTORE_FAILED (plus the 409 name-collision case on restore) - Rate limits: version reads under CRUD bucket, restore under publish - Frontmatter capabilities: version history, restore version, rollback Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
docs(v3): document App Actions V3 version history
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
Documents the version-history feature added to V3 App Actions in fliplet-api (DEV-1259 / PR #8070): config snapshots on create/update/restore, the 100-version retention cap, and the three REST endpoints to list, fetch, and restore versions.
Changes
GET /versions(paginated summary),GET /versions/:id(full snapshot), andPOST /versions/:id/restore(undo-able restore, refuses production) withFliplet.API.request()examples and response shapesVERSION_NOT_FOUND,CANNOT_RESTORE_PRODUCTION,RESTORE_FAILED(plus the 409 name-collision case on restore)🤖 Generated with Claude Code
@