Hi,
I have a job that I would like to trigger via REST where I have one parameter that I want to change every time and the other ones I would like to use the default values for. If I do a POST to /build it just ignores the default values and set them to empty. If I do a post to /buildWithParameters I can't set the new value for the parameter I want, the default values for all parameters are taken.
How can I achieve this? First do a GET to get the default values, and then do a POST to /build with all the parameters even if they are just the default?