mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 15:37:10 +00:00
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