PetStore
{petId}
/uploadImage{petId}
{petId}
{petId}
{petId}
/uploadImageAuthentication
Path variables
ID of pet to update
Request body
Additional data to pass to server
file to upload
Examples
{
"additionalMetadata": "",
"file": ""
}
curl -X POST "/pet/{petId}/uploadImage" \
-H "Content-Type: multipart/form-data" \
-d 'additionalMetadata=
&file='
Authentication
Request body
pet status in the store
Responses
Invalid input
Authentication
Request body
pet status in the store
Responses
Invalid ID supplied
Pet not found
Validation exception
Authentication
Multiple status values can be provided with comma separated strings
Request parameters
Status values that need to be considered for filter
Responses
successful operation
Body
pet status in the store
Invalid status value
{petId}
Authentication
Path variables
ID of pet that needs to be updated
Request body
Updated name of the pet
Updated status of the pet
Responses
Invalid input
successful operation
Body
pet status in the store
{orderId}
{orderId}
{orderId}
For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions
Path variables
ID of pet that needs to be fetched
{orderId}
For valid response try integer IDs with positive integer value. Negative or non-integer values will generate API errors
Path variables
ID of the order that needs to be deleted
Responses
Invalid ID supplied
Order not found
{username}
{username}
{username}
Request body
User Status
Responses
successful operation
Request body
User Status
Responses
successful operation
{username}
This can only be done by the logged in user.
Path variables
name that need to be updated
Request body
User Status
Responses
Invalid user supplied
User not found
pet status in the store