...
Variable substitution
Request parameters
...
Status as of May 08th 2023:
...
Not implemented yet
...
It is possible to use request parameters in the form config attributes as placeholders like this:
...
input
output
schema
Property attributes (PEL)
...
Status as of May 08th 2023:
...
It needs to be specified better how this works
...
It needs to be added whether encoding is required any longer
...
(PEL)
...
It is also possible to specify a PEL inside some of the config attributes. This way the PEL will be executed at server side and the result will be used to form the final config value. For example:
Code Block |
---|
"output": "global/app/myapp/object/person/v1/instance/#${var.property.uuid}" |
In this example the PEL #${var.property.uuid}
will be resolved to the UUID of the property which is about to be created when sending this output.
...