Commands › › Create Revision
Create Revision
Coming soon
Before you run this
Active Revit document must be open and not read-only.
After it runs
A new Revision element exists in the document with the supplied metadata.
When to use this
- User wants to add a new revision to the project for issue tracking.
Don't use this when
Editing an existing revision (use EditRevisionCommand).
Inputs
| Name | Kind | Type | Required | Default | Description |
|---|---|---|---|---|---|
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 | false | Set revision issued flag |
Returns
| Name | Type | Description |
|---|---|---|
Revision | JSON | Created revision metadata including id, description, date, issuedBy, issuedTo, issued |
What you'll see in the chat
on start
Creating a new revision in the document...
Adding revision to the project...
Adding revision to the project...
thinking
Reading revision parameters...
Creating revision element...
Setting description, date, and issue fields...
Creating revision element...
Setting description, date, and issue fields...
on success
Revision created: {description} (ID {id})
on failure
Could not create 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/create_revision- Request body schema (from
[RestApiParam]) - Response schema (from
[RestApiResponse]) - curl / JS / Python code examples
Keywords & intent patterns
create revision · new revision · add revision · insert revision
Patterns: create * revision · add * revision · new * revision
Related
| Related commands | EditRevisionCommand |
|---|---|
| Pillar |