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