api:
flow:
- replace:
jsonPath: $.person.name
with: Alice
api:
flow:
- replace:
jsonPath: $.person.name
with: Alice
Syntax
replace:
jsonPath: <string>
with: <string>replace: jsonPath: <string> with: <string>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| jsonPath | false | - | - | - |
| with | false | - | - | - |