InputTransform
Simple Parameter Mapping
parameters:
orderNumberParameter:
type: string
location: body
required: true
orderDescriptionParameter:
type: string
location: body
required: true
inputTransform: |
$.{
"orderNumber": orderNumberParameter,
"orderDescription": orderDescriptionParameter
}Multi-line YAML Strings
Example and code snippet
Last updated
Was this helpful?