Update Revision
updateRevisionUpdate a revision's configuration, name, description, or handover targets. Returns the updated revision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | Build configuration object | |
| build_id | Yes | The build's unique identifier | |
| revision_name | No | Optional user-defined name for this revision. Pass null to clear. | |
| handoverTargetIds | No | Agent IDs that this agent can hand over work to | |
| revision_description | No | Optional user-defined description for this revision. Pass null to clear. | |
| selected_automation_revision_id | No | The automation revision this edit is being made at. Pass a draft and the edit is folded into that draft itself; pass the active revision and the edit lands on a draft branched from it. A historic revision is rejected — it cannot be activated from without an explicit rebase. A revision belonging to a different automation is ignored, and the edit targets the automation the addressed agent belongs to. Omit to target the automation's active revision. |