Primitive
verb.update
BETAShort name: update
Version: 1.0.0
System primitive that updates a user-authored verb definition.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| patch | object | true | Partial verb update: { name?, data?, isPublic?, isSystem?, category?, baseVersion?, ownerOrganizationAtomId? }. ownerOrganizationAtomId is deprecated; use verb.transferOwnership for new callers. |
| verbId | objectId | true | - |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| verb | object | false | - |