update all c# pestore samples

This commit is contained in:
wing328
2018-01-25 21:17:57 +08:00
parent 6caf7699e3
commit 0b4b25afff
11 changed files with 12 additions and 12 deletions

View File

@@ -171,7 +171,7 @@ namespace Example
Configuration.Default.AccessToken = "YOUR_ACCESS_TOKEN";
var apiInstance = new PetApi();
var status = new List<string>(); // List<string> | Status values that need to be considered for filter
var status = status_example; // List<string> | Status values that need to be considered for filter
try
{
@@ -192,7 +192,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**status** | [**List<string>**](string.md)| Status values that need to be considered for filter |
**status** | **List<string>**| Status values that need to be considered for filter |
### Return type