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
Parameter query in: query options with style: deepObject and explode: true always assigns value to receiver resulting in "optional" values to always present.
Same time if param is required: true, but not set in query BindQueryParameter not returning expected error
What you expected to happen:
If query param was not provided and required: true - return same error as for other param styles
If query param was not provided and not required - receiver value is not updated, no error returned
The text was updated successfully, but these errors were encountered:
What happened:
Parameter query
in: query
options withstyle: deepObject
andexplode: true
always assigns value to receiver resulting in "optional" values to always present.Same time if param is
required: true
, but not set in queryBindQueryParameter
not returning expected errorWhat you expected to happen:
required: true
- return same error as for other param stylesThe text was updated successfully, but these errors were encountered: