forked from loafle/openapi-generator-original
added help, dynamic loading
This commit is contained in:
@@ -87,8 +87,8 @@ public class PetApi {
|
||||
}
|
||||
|
||||
|
||||
public void addPet (Pet pet) throws ApiException {
|
||||
Object postBody = pet;
|
||||
public void addPet (Pet body) throws ApiException {
|
||||
Object postBody = body;
|
||||
|
||||
|
||||
// create path and map variables
|
||||
|
||||
Reference in New Issue
Block a user