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:
@@ -21,6 +21,8 @@ Method | HTTP request | Description
|
||||
|
||||
Add a new pet to the store
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
# general setting of the PowerShell module, e.g. base URL, authentication, etc
|
||||
@@ -70,6 +72,8 @@ Name | Type | Description | Notes
|
||||
|
||||
Deletes a pet
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
# general setting of the PowerShell module, e.g. base URL, authentication, etc
|
||||
@@ -264,6 +268,8 @@ Name | Type | Description | Notes
|
||||
|
||||
Update an existing pet
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
# general setting of the PowerShell module, e.g. base URL, authentication, etc
|
||||
@@ -314,6 +320,8 @@ Name | Type | Description | Notes
|
||||
|
||||
Updates a pet in the store with form data
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
# general setting of the PowerShell module, e.g. base URL, authentication, etc
|
||||
@@ -366,6 +374,8 @@ void (empty response body)
|
||||
|
||||
uploads an image
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
# general setting of the PowerShell module, e.g. base URL, authentication, etc
|
||||
|
||||
@@ -148,6 +148,8 @@ No authorization required
|
||||
|
||||
Place an order for a pet
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
$Order = Initialize-Order -Id 0 -PetId 0 -Quantity 0 -ShipDate (Get-Date) -Status "placed" -Complete $false # Order | order placed for purchasing the pet
|
||||
|
||||
@@ -71,6 +71,8 @@ void (empty response body)
|
||||
|
||||
Creates list of users with given input array
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
# general setting of the PowerShell module, e.g. base URL, authentication, etc
|
||||
@@ -119,6 +121,8 @@ void (empty response body)
|
||||
|
||||
Creates list of users with given input array
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
# general setting of the PowerShell module, e.g. base URL, authentication, etc
|
||||
@@ -217,6 +221,8 @@ void (empty response body)
|
||||
|
||||
Get user by user name
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
$Username = "MyUsername" # String | The name that needs to be fetched. Use user1 for testing.
|
||||
@@ -259,6 +265,8 @@ No authorization required
|
||||
|
||||
Logs user into the system
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
$Username = "MyUsername" # String | The user name for login
|
||||
@@ -301,6 +309,8 @@ No authorization required
|
||||
|
||||
Logs out current logged in user session
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
# general setting of the PowerShell module, e.g. base URL, authentication, etc
|
||||
|
||||
Reference in New Issue
Block a user