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
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/2_0/swift/petstore-with-fake-endpoints-models-for-testing.yaml
[**findPetsByStatus**](PetAPI.md#findpetsbystatus) | **GET** /pet/findByStatus | Finds Pets by status
10
10
[**findPetsByTags**](PetAPI.md#findpetsbytags) | **GET** /pet/findByTags | Finds Pets by tags
11
11
[**getPetById**](PetAPI.md#getpetbyid) | **GET** /pet/{petId} | Find pet by ID
12
+
[**updateImageFile**](PetAPI.md#updateimagefile) | **PUT** /pet/{petId}/uploadImage | updates an existing image
12
13
[**updatePet**](PetAPI.md#updatepet) | **PUT** /pet | Update an existing pet
13
14
[**updatePetWithForm**](PetAPI.md#updatepetwithform) | **POST** /pet/{petId} | Updates a pet in the store with form data
14
15
[**uploadFile**](PetAPI.md#uploadfile) | **POST** /pet/{petId}/uploadImage | uploads an image
@@ -263,6 +264,56 @@ Name | Type | Description | Notes
263
264
264
265
[[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)
**imageData** | **URL** | file to upload | [optional]
301
+
302
+
### Return type
303
+
304
+
[**ApiResponse**](ApiResponse.md)
305
+
306
+
### Authorization
307
+
308
+
[petstore_auth](../README.md#petstore_auth)
309
+
310
+
### HTTP request headers
311
+
312
+
-**Content-Type**: image/jpeg
313
+
-**Accept**: application/json
314
+
315
+
[[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)
[**findPetsByStatus**](PetAPI.md#findpetsbystatus) | **GET** /pet/findByStatus | Finds Pets by status
10
10
[**findPetsByTags**](PetAPI.md#findpetsbytags) | **GET** /pet/findByTags | Finds Pets by tags
11
11
[**getPetById**](PetAPI.md#getpetbyid) | **GET** /pet/{petId} | Find pet by ID
12
+
[**updateImageFile**](PetAPI.md#updateimagefile) | **PUT** /pet/{petId}/uploadImage | updates an existing image
12
13
[**updatePet**](PetAPI.md#updatepet) | **PUT** /pet | Update an existing pet
13
14
[**updatePetWithForm**](PetAPI.md#updatepetwithform) | **POST** /pet/{petId} | Updates a pet in the store with form data
14
15
[**uploadFile**](PetAPI.md#uploadfile) | **POST** /pet/{petId}/uploadImage | uploads an image
@@ -263,6 +264,56 @@ Name | Type | Description | Notes
263
264
264
265
[[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)
**imageData** | **URL** | file to upload | [optional]
301
+
302
+
### Return type
303
+
304
+
[**ApiResponse**](ApiResponse.md)
305
+
306
+
### Authorization
307
+
308
+
[petstore_auth](../README.md#petstore_auth)
309
+
310
+
### HTTP request headers
311
+
312
+
-**Content-Type**: image/jpeg
313
+
-**Accept**: application/json
314
+
315
+
[[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)
0 commit comments