forked from loafle/openapi-generator-original
updated to use case classes, removed swagger-core deps
This commit is contained in:
@@ -134,7 +134,7 @@ class PetApi(object):
|
||||
|
||||
|
||||
|
||||
def findPetsByStatus(self, status, **kwargs):
|
||||
def findPetsByStatus(self, status= None, **kwargs):
|
||||
"""Finds Pets by status
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user