Commands  ›   ›  Edit Revision

Edit Revision

writes to model Public API · not yet exposed

Coming soon

Before you run this

Active document must be open. Target revision must exist by element ID.

After it runs

The revision element has its specified fields updated.

When to use this

Don't use this when

Creating new revisions (use CreateRevisionCommand). Not for deleting revisions.

Inputs

NameKindTypeRequiredDefaultDescription
revisionId config int no Revision element id
description config string no Revision description
date config string no Revision date text
issuedBy config string no Issued by
issuedTo config string no Issued to
issued config bool no Set issued flag

Returns

NameTypeDescription
RevisionJSONUpdated revision metadata including id, description, date, issuedBy, issuedTo, issued

What you'll see in the chat

on start
Updating revision properties...
Editing the revision details...
thinking
Looking up revision by element ID...
Applying property changes...
Verifying updated values...
on success
Revision {id} updated — "{description}"
on failure
Could not edit revision: {error}

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/edit_revision
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

edit revision · update revision · set revision properties · change revision · modify revision
Patterns: edit * revision · update * revision · set * revision * · change * revision

Related commandsCreateRevisionCommand
Pillar