Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 784 Bytes

TriggerParameter.md

File metadata and controls

15 lines (8 loc) · 784 Bytes

TriggerParameter

TriggerParameter indicates a passed parameter to a service template

Properties

Name Type Description Notes
dest String Dest is the JSONPath of a resource key. A path is a series of keys separated by a dot. The colon character can be escaped with '.' The -1 key can be used to append a value to an existing array. See https://github.com/tidwall/sjson#path-syntax for more information about how this is used.
src TriggerParameterSource [optional]
operation String Operation is what to do with the existing value at Dest, whether to 'prepend', 'overwrite', or 'append' it. [optional]