update powershell samples

This commit is contained in:
William Cheng 2021-07-03 22:30:54 +08:00
parent 3663831b4d
commit 173c7ca652
3 changed files with 25 additions and 25 deletions

View File

@ -45,7 +45,7 @@ try {
Name | Type | Description | Notes 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 ### Return type
@ -93,8 +93,8 @@ try {
Name | Type | Description | Notes Name | Type | Description | Notes
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
**PetId** | **Int64**| Pet id to delete | **PetId** | **Int64**| Pet id to delete |
**ApiKey** | **String**| | [optional] **ApiKey** | **String**| | [optional]
### Return type ### Return type
@ -142,7 +142,7 @@ try {
Name | Type | Description | Notes 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 ### Return type
@ -190,7 +190,7 @@ try {
Name | Type | Description | Notes Name | Type | Description | Notes
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
**Tags** | [**String[]**](String.md)| Tags to filter by | **Tags** | [**String[]**](String.md)| Tags to filter by |
### Return type ### Return type
@ -240,7 +240,7 @@ try {
Name | Type | Description | Notes Name | Type | Description | Notes
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
**PetId** | **Int64**| ID of pet to return | **PetId** | **Int64**| ID of pet to return |
### Return type ### Return type
@ -288,7 +288,7 @@ try {
Name | Type | Description | Notes 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 ### Return type
@ -338,9 +338,9 @@ try {
Name | Type | Description | Notes Name | Type | Description | Notes
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
**PetId** | **Int64**| ID of pet that needs to be updated | **PetId** | **Int64**| ID of pet that needs to be updated |
**Name** | **String**| Updated name of the pet | [optional] **Name** | **String**| Updated name of the pet | [optional]
**Status** | **String**| Updated status of the pet | [optional] **Status** | **String**| Updated status of the pet | [optional]
### Return type ### Return type
@ -390,9 +390,9 @@ try {
Name | Type | Description | Notes Name | Type | Description | Notes
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
**PetId** | **Int64**| ID of pet to update | **PetId** | **Int64**| ID of pet to update |
**AdditionalMetadata** | **String**| Additional data to pass to server | [optional] **AdditionalMetadata** | **String**| Additional data to pass to server | [optional]
**File** | **System.IO.FileInfo****System.IO.FileInfo**| file to upload | [optional] **File** | **System.IO.FileInfo****System.IO.FileInfo**| file to upload | [optional]
### Return type ### Return type

View File

@ -36,7 +36,7 @@ try {
Name | Type | Description | Notes 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 ### Return type
@ -124,7 +124,7 @@ try {
Name | Type | Description | Notes 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 ### Return type
@ -165,7 +165,7 @@ try {
Name | Type | Description | Notes 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 ### Return type

View File

@ -47,7 +47,7 @@ try {
Name | Type | Description | Notes Name | Type | Description | Notes
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
**User** | [**User**](User.md)| Created user object | **User** | [**User**](User.md)| Created user object |
### Return type ### Return type
@ -95,7 +95,7 @@ try {
Name | Type | Description | Notes Name | Type | Description | Notes
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
**User** | [**User[]**](User.md)| List of user object | **User** | [**User[]**](User.md)| List of user object |
### Return type ### Return type
@ -143,7 +143,7 @@ try {
Name | Type | Description | Notes Name | Type | Description | Notes
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
**User** | [**User[]**](User.md)| List of user object | **User** | [**User[]**](User.md)| List of user object |
### Return type ### Return type
@ -193,7 +193,7 @@ try {
Name | Type | Description | Notes Name | Type | Description | Notes
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
**Username** | **String**| The name that needs to be deleted | **Username** | **String**| The name that needs to be deleted |
### Return type ### Return type
@ -234,7 +234,7 @@ try {
Name | Type | Description | Notes 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 ### Return type
@ -277,8 +277,8 @@ try {
Name | Type | Description | Notes Name | Type | Description | Notes
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
**Username** | **String**| The user name for login | **Username** | **String**| The user name for login |
**Password** | **String**| The password for login in clear text | **Password** | **String**| The password for login in clear text |
### Return type ### Return type
@ -373,8 +373,8 @@ try {
Name | Type | Description | Notes Name | Type | Description | Notes
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
**Username** | **String**| name that need to be deleted | **Username** | **String**| name that need to be deleted |
**User** | [**User**](User.md)| Updated user object | **User** | [**User**](User.md)| Updated user object |
### Return type ### Return type