Revise a Reference Recreation Plan
update_reference_planRevise reference plans by creating an immutable new revision with optimistic concurrency, automatically invalidating earlier approvals.
Instructions
Create an immutable next revision of a reference plan using optimistic concurrency. Any earlier approval becomes stale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | ||
| planId | Yes | ||
| approved | No | ||
| expectedRevision | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| plan | Yes | ||
| planId | Yes | ||
| revision | Yes | ||
| approvalToken | No |