Commands › › Edit Revision
Edit Revision
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
- User wants to update a revision's description, date, or issue details.
Don't use this when
Creating new revisions (use CreateRevisionCommand). Not for deleting revisions.
Inputs
| Name | Kind | Type | Required | Default | Description |
|---|---|---|---|---|---|
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
| Name | Type | Description |
|---|---|---|
Revision | JSON | Updated 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...
Editing the revision details...
thinking
Looking up revision by element ID...
Applying property changes...
Verifying updated values...
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
| Related commands | CreateRevisionCommand |
|---|---|
| Pillar |