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
*PetApi* | [**uploadImageFullFormData**](docs/Api/PetApi.md#uploadimagefullformdata) | **POST** /pet/{petId}/uploadImageFullFormData | uploads an image attached to a Pet object as formdata
110
111
*StoreApi* | [**deleteOrder**](docs/Api/StoreApi.md#deleteorder) | **DELETE** /store/order/{order_id} | Delete purchase order by ID
111
112
*StoreApi* | [**getInventory**](docs/Api/StoreApi.md#getinventory) | **GET** /store/inventory | Returns pet inventories by status
112
113
*StoreApi* | [**getOrderById**](docs/Api/StoreApi.md#getorderbyid) | **GET** /store/order/{order_id} | Find purchase order by ID
Copy file name to clipboardExpand all lines: samples/client/petstore/php/OpenAPIClient-php/docs/Api/PetApi.md
+77Lines changed: 77 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ All URIs are relative to http://petstore.swagger.io:80/v2, except if the operati
13
13
|[**updatePetWithForm()**](PetApi.md#updatePetWithForm)|**POST** /pet/{petId} | Updates a pet in the store with form data |
14
14
|[**uploadFile()**](PetApi.md#uploadFile)|**POST** /pet/{petId}/uploadImage | uploads an image |
15
15
|[**uploadFileWithRequiredFile()**](PetApi.md#uploadFileWithRequiredFile)|**POST** /fake/{petId}/uploadImageWithRequiredFile | uploads an image (required) |
16
+
|[**uploadImageFullFormData()**](PetApi.md#uploadImageFullFormData)|**POST** /pet/{petId}/uploadImageFullFormData | uploads an image attached to a Pet object as formdata |
16
17
17
18
18
19
## `addPet()`
@@ -612,3 +613,79 @@ try {
612
613
[[Back to top]](#)[[Back to API list]](../../README.md#endpoints)
0 commit comments