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
public com.squareup.okhttp.Call catPostCall(Object body, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Typescript-Angular:
public catPost(body?: any, observe?: 'body', reportProgress?: boolean): Observable<any>;
The body param is of type Object instead of Cat
The text was updated successfully, but these errors were encountered:
For the following API
This code is generated:
Spring:
Java:
Typescript-Angular:
The body param is of type
Object
instead ofCat
The text was updated successfully, but these errors were encountered: