You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to update parameters of type HttpParameterType.JSON using the withUpdatedParameters method, an exception is thrown. This indicates that the current implementation does not support updating JSON parameters.
To Reproduce
Define a parameter with the type HttpParameterType.JSON.
Try to update this parameter using the withUpdatedParameters method.
An exception is thrown (see attached screenshot).
Expected behavior
The withUpdatedParameters method should successfully update the JSON parameter without throwing an exception.
Actual behavior
An exception is thrown, preventing the JSON parameter from being updated.
Additional context
It would be very useful if withUpdatedParameters could support HttpParameterType.JSON in the future, as it would allow for more flexible and dynamic configuration of HTTP requests. This feature would be a valuable addition to the library.
Request
Could the withUpdatedParameters method be enhanced to support updating HttpParameterType.JSON parameters?
The text was updated successfully, but these errors were encountered:
Updating JSON parameters isn't currently supported, so we'll track this as a feature request. We can't make any promises as yet as we'll need to prioritize this alongside other bugs and feature requests.
Description
When I attempt to update parameters of type HttpParameterType.JSON using the withUpdatedParameters method, an exception is thrown. This indicates that the current implementation does not support updating JSON parameters.
To Reproduce
Expected behavior
The withUpdatedParameters method should successfully update the JSON parameter without throwing an exception.
Actual behavior
An exception is thrown, preventing the JSON parameter from being updated.
Additional context
It would be very useful if withUpdatedParameters could support HttpParameterType.JSON in the future, as it would allow for more flexible and dynamic configuration of HTTP requests. This feature would be a valuable addition to the library.
Request
Could the withUpdatedParameters method be enhanced to support updating HttpParameterType.JSON parameters?
The text was updated successfully, but these errors were encountered: