Skip to content

Commit

Permalink
update powershell samples
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Jul 3, 2021
1 parent 3663831 commit 173c7ca
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
26 changes: 13 additions & 13 deletions samples/client/petstore/powershell/docs/PSPetApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**Pet** | [**Pet**](Pet.md)| Pet object that needs to be added to the store |
**Pet** | [**Pet**](Pet.md)| Pet object that needs to be added to the store |

### Return type

Expand Down Expand Up @@ -93,8 +93,8 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**PetId** | **Int64**| Pet id to delete |
**ApiKey** | **String**| | [optional]
**PetId** | **Int64**| Pet id to delete |
**ApiKey** | **String**| | [optional]

### Return type

Expand Down Expand Up @@ -142,7 +142,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**Status** | [**String[]**](String.md)| Status values that need to be considered for filter |
**Status** | [**String[]**](String.md)| Status values that need to be considered for filter |

### Return type

Expand Down Expand Up @@ -190,7 +190,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**Tags** | [**String[]**](String.md)| Tags to filter by |
**Tags** | [**String[]**](String.md)| Tags to filter by |

### Return type

Expand Down Expand Up @@ -240,7 +240,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**PetId** | **Int64**| ID of pet to return |
**PetId** | **Int64**| ID of pet to return |

### Return type

Expand Down Expand Up @@ -288,7 +288,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**Pet** | [**Pet**](Pet.md)| Pet object that needs to be added to the store |
**Pet** | [**Pet**](Pet.md)| Pet object that needs to be added to the store |

### Return type

Expand Down Expand Up @@ -338,9 +338,9 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**PetId** | **Int64**| ID of pet that needs to be updated |
**Name** | **String**| Updated name of the pet | [optional]
**Status** | **String**| Updated status of the pet | [optional]
**PetId** | **Int64**| ID of pet that needs to be updated |
**Name** | **String**| Updated name of the pet | [optional]
**Status** | **String**| Updated status of the pet | [optional]

### Return type

Expand Down Expand Up @@ -390,9 +390,9 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**PetId** | **Int64**| ID of pet to update |
**AdditionalMetadata** | **String**| Additional data to pass to server | [optional]
**File** | **System.IO.FileInfo****System.IO.FileInfo**| file to upload | [optional]
**PetId** | **Int64**| ID of pet to update |
**AdditionalMetadata** | **String**| Additional data to pass to server | [optional]
**File** | **System.IO.FileInfo****System.IO.FileInfo**| file to upload | [optional]

### Return type

Expand Down
6 changes: 3 additions & 3 deletions samples/client/petstore/powershell/docs/PSStoreApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**OrderId** | **String**| ID of the order that needs to be deleted |
**OrderId** | **String**| ID of the order that needs to be deleted |

### Return type

Expand Down Expand Up @@ -124,7 +124,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**OrderId** | **Int64**| ID of pet that needs to be fetched |
**OrderId** | **Int64**| ID of pet that needs to be fetched |

### Return type

Expand Down Expand Up @@ -165,7 +165,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**Order** | [**Order**](Order.md)| order placed for purchasing the pet |
**Order** | [**Order**](Order.md)| order placed for purchasing the pet |

### Return type

Expand Down
18 changes: 9 additions & 9 deletions samples/client/petstore/powershell/docs/PSUserApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**User** | [**User**](User.md)| Created user object |
**User** | [**User**](User.md)| Created user object |

### Return type

Expand Down Expand Up @@ -95,7 +95,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**User** | [**User[]**](User.md)| List of user object |
**User** | [**User[]**](User.md)| List of user object |

### Return type

Expand Down Expand Up @@ -143,7 +143,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**User** | [**User[]**](User.md)| List of user object |
**User** | [**User[]**](User.md)| List of user object |

### Return type

Expand Down Expand Up @@ -193,7 +193,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**Username** | **String**| The name that needs to be deleted |
**Username** | **String**| The name that needs to be deleted |

### Return type

Expand Down Expand Up @@ -234,7 +234,7 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**Username** | **String**| The name that needs to be fetched. Use user1 for testing. |
**Username** | **String**| The name that needs to be fetched. Use user1 for testing. |

### Return type

Expand Down Expand Up @@ -277,8 +277,8 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**Username** | **String**| The user name for login |
**Password** | **String**| The password for login in clear text |
**Username** | **String**| The user name for login |
**Password** | **String**| The password for login in clear text |

### Return type

Expand Down Expand Up @@ -373,8 +373,8 @@ try {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**Username** | **String**| name that need to be deleted |
**User** | [**User**](User.md)| Updated user object |
**Username** | **String**| name that need to be deleted |
**User** | [**User**](User.md)| Updated user object |

### Return type

Expand Down

0 comments on commit 173c7ca

Please sign in to comment.