Closed
Description
Currently the UI displays and sends the default values of the parameters.
The default values are there for documentation purposes and should not be sent to the server.
We should add as flag that allows setting whether default values are sent or displayed only (should always be displayed for documentation), where I believe the default should be they are not sent. This would make the UI a better (even though basic) testing tool.
The challenge may be with non-text input such as drop downs and multi-selects, but even there we can check if it's the default value, just not send it.