You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**find_pets_by_status**](PetApi.md#find_pets_by_status) | **Get** /pet/findByStatus | Finds Pets by status
10
10
[**find_pets_by_tags**](PetApi.md#find_pets_by_tags) | **Get** /pet/findByTags | Finds Pets by tags
11
11
[**get_pet_by_id**](PetApi.md#get_pet_by_id) | **Get** /pet/{petId} | Find pet by ID
12
+
[**pets_explode_post**](PetApi.md#pets_explode_post) | **Post** /pets/explode | List all pets
13
+
[**pets_post**](PetApi.md#pets_post) | **Post** /pets | List all pets
12
14
[**update_pet**](PetApi.md#update_pet) | **Put** /pet | Update an existing pet
13
15
[**update_pet_with_form**](PetApi.md#update_pet_with_form) | **Post** /pet/{petId} | Updates a pet in the store with form data
14
16
[**upload_file**](PetApi.md#upload_file) | **Post** /pet/{petId}/uploadImage | uploads an image
@@ -167,6 +169,66 @@ Name | Type | Description | Required | Notes
167
169
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**page** | Option<[**Page**](.md)> | The page number | |
215
+
216
+
### Return type
217
+
218
+
[**Vec<models::Pet>**](Pet.md)
219
+
220
+
### Authorization
221
+
222
+
No authorization required
223
+
224
+
### HTTP request headers
225
+
226
+
-**Content-Type**: Not defined
227
+
-**Accept**: application/json
228
+
229
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**size** | Option<**i64**> | The page size. | [optional][default to 10]
8
+
**number** | Option<**i64**> | The page number. | [optional][default to 1]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**size** | Option<**i64**> | The page size. | [optional][default to 10]
8
+
**number** | Option<**i64**> | The page number. | [optional][default to 1]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments