Hi,
is it somehow possible to use per-defined default or constant values in the parameters tab of ION API Connection Points?
What am i doing?
I'm using a custom ION API, this ION API is used in several endpoints. Some of the required parameters (signature key split up in 6 params) has to be provided for each endpoint as parameter. By now i've to set these parameter per endpoint, if they will change somewhen, i'd have to update each single endpoint configuration.
What i was trying to do?
I've try to define for my custom ION API a set of default and constants (as enum with only one value) within the swagger file - this works fine if I perform a try run within the ION API, but if i'm switching back to the ION API endpoint configuration, i've no possibilty to use neither the default nor the constant values.
Any idea?
thanks in advance, Thomas