Engine

Covers Engine 2.0.0

dartwic-share/rapid/upsert-channel-field

Creates or updates a channel field on a remote RAPID runtime.

  • Category: RAPID Share

Request payload

FieldTypeRequirementDescription
channel_namestringRequiredFlat RAPID channel name (channel or NODE:channel).
fieldstringOptionalChannel field to update; defaults to value.
valueany JSON valueRequiredTyped JSON value to write.
command_sourcestringOptionalComplete structured command origin forwarded with the command; defaults to the Share engine service.
allow_manual_overridebooleanOptionalPermit the write to take manual control; defaults to false.
release_manual_overridebooleanOptionalRelease an existing manual override as part of the write; defaults to false.

Response payload

FieldTypeDescription
channel_namestringChannel that was updated.
fieldstringField that was updated.
command_sourcestringEffective command source.