Commands  ›   ›  Create Revision

Create Revision

writes to model Public API · not yet exposed

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

Don't use this when

Editing an existing revision (use EditRevisionCommand).

Inputs

NameKindTypeRequiredDefaultDescription
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

NameTypeDescription
RevisionJSONCreated 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...
thinking
Reading revision parameters...
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 commandsEditRevisionCommand
Pillar