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
The ids parameter is correct to be nullable, but it should not be required for the caller to provide the value given that it's marked as non-required in the spec. The parameter should be string[]? ids = null.
The text was updated successfully, but these errors were encountered:
Eg. a request body schema of:
will render, if
classStyle
is set toRecord
andgenerateNullableReferenceTypes
istrue
, a constructor like:The
ids
parameter is correct to be nullable, but it should not be required for the caller to provide the value given that it's marked as non-required in the spec. The parameter should bestring[]? ids = null
.The text was updated successfully, but these errors were encountered: