forked from loafle/openapi-generator-original
Update parser to 2.0.29 (#11388)
* update parser to 2.0.29 * better handling of null in dereferencing * update parser to 2.0.30 * update core to newer version * add new files * rollback to previous stable version * remove files * Fixes for python-experimental NullableShape component Co-authored-by: Justin Black <justin.a.black@gmail.com>
This commit is contained in:
@@ -23,6 +23,8 @@ Mono<Pet> PetController.addPet(pet)
|
||||
|
||||
Add a new pet to the store
|
||||
|
||||
|
||||
|
||||
### Parameters
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
@@ -46,6 +48,8 @@ Mono<Object> PetController.deletePet(petIdapiKey)
|
||||
|
||||
Deletes a pet
|
||||
|
||||
|
||||
|
||||
### Parameters
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
@@ -143,6 +147,8 @@ Mono<Pet> PetController.updatePet(pet)
|
||||
|
||||
Update an existing pet
|
||||
|
||||
|
||||
|
||||
### Parameters
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
@@ -166,6 +172,8 @@ Mono<Object> PetController.updatePetWithForm(petIdnamestatus)
|
||||
|
||||
Updates a pet in the store with form data
|
||||
|
||||
|
||||
|
||||
### Parameters
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
@@ -189,6 +197,8 @@ Mono<ModelApiResponse> PetController.uploadFile(petIdadditionalMetadata_file)
|
||||
|
||||
uploads an image
|
||||
|
||||
|
||||
|
||||
### Parameters
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
|
||||
@@ -84,6 +84,8 @@ Mono<Order> StoreController.placeOrder(order)
|
||||
|
||||
Place an order for a pet
|
||||
|
||||
|
||||
|
||||
### Parameters
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
|
||||
@@ -46,6 +46,8 @@ Mono<Object> UserController.createUsersWithArrayInput(user)
|
||||
|
||||
Creates list of users with given input array
|
||||
|
||||
|
||||
|
||||
### Parameters
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
@@ -67,6 +69,8 @@ Mono<Object> UserController.createUsersWithListInput(user)
|
||||
|
||||
Creates list of users with given input array
|
||||
|
||||
|
||||
|
||||
### Parameters
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
@@ -111,6 +115,8 @@ Mono<User> UserController.getUserByName(username)
|
||||
|
||||
Get user by user name
|
||||
|
||||
|
||||
|
||||
### Parameters
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
@@ -132,6 +138,8 @@ Mono<String> UserController.loginUser(usernamepassword)
|
||||
|
||||
Logs user into the system
|
||||
|
||||
|
||||
|
||||
### Parameters
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
@@ -156,6 +164,8 @@ Logs out current logged in user session
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Authorization
|
||||
* **api_key**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user