For AI agents: the complete documentation index is available at https://docs.flezise.com/llms.txt, the full documentation bundle is available at https://docs.flezise.com/llms-full.txt, and this page is available as Markdown at https://docs.flezise.com/artifacts/edit.md.

Edit a draft

An artifact in Draft status has an editable version. Open the artifact and switch to the Edit tab in the content panel to make changes. Saving writes the content to the active draft version.

Note

An editor shot is needed here. Proposed id: artifact-editor. What it shows: the artifact detail page in Edit mode, with the content panel in edit view and the save/cancel toolbar visible.

The one-active-draft rule

Each artifact has at most one active draft at a time. When an artifact is approved or locked, pressing New Version creates a new draft based on the approved content and returns the artifact to Draft. If a draft already exists (for example, because a previous submission was rejected), pressing New Version returns the existing draft rather than creating another.

This means editing always targets the same version regardless of how many times you open and close the editor.

Editing blocked while in review

Once an artifact is submitted for review, its draft version moves to in_review. The Save button becomes disabled with the message:

Version is in review — ask a reviewer to request changes before saving

A reviewer must press Request Changes from the overflow menu to return the artifact to Revise status before any edits can be persisted. Attempting to save via the API while the version is in_review raises a VersionInReviewError.

This prevents edits from silently changing the document that reviewers are evaluating.

Next steps