Primitive
pixel.update
BETAShort name: update
Version: 1.0.0
System primitive that updates a pixel contract.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| baseVersion | integer | false | Optional optimistic concurrency version from the last read. |
| contract | object | true | PixelContract JSON to validate and persist. |
| isPublic | boolean | false | Whether the pixel is publicly readable. |
| isSystem | boolean | false | Whether to mark the pixel as system-owned. Admin only. |
| name | string | false | Optional pixel display name. |
| ownerOrganizationAtomId | objectId|null | false | - |
| pixelId | objectId | true | - |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| pixel | object | false | - |