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
Currently the generator creates PUT methods with no request body and a full response. The PUT method should be more like a POST - with the body of the request message matching the resource / sub-resource data structure.
The text was updated successfully, but these errors were encountered:
Currently the generator creates PUT methods with no request body and a full response. The PUT method should be more like a POST - with the body of the request message matching the resource / sub-resource data structure.
The text was updated successfully, but these errors were encountered: