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
In the code above, the parameter's default value of updateLlama seems to take precedence on the PATCH request's parameter, so I get a null value instead of the desired one. When I remove the default parameter, the request works fine and the argument is correctly deserialized.
The text was updated successfully, but these errors were encountered:
Geod24
added a commit
to Geod24/vibe.d
that referenced
this issue
Jun 10, 2015
Hi! I have something that looks like a bug in the REST API generator. When I have this code :
In the code above, the parameter's default value of
updateLlama
seems to take precedence on the PATCH request's parameter, so I get a null value instead of the desired one. When I remove the default parameter, the request works fine and the argument is correctly deserialized.The text was updated successfully, but these errors were encountered: