Skip to main content
Mint Starter Kit home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
pet
Uploads an image.
API Reference
Guides
API Reference
Documentation
Community
Blog
pet
PUT
Update an existing pet.
POST
Add a new pet to the store.
GET
Finds Pets by status.
GET
Finds Pets by tags.
GET
Find pet by ID.
POST
Updates a pet in the store with form data.
DEL
Deletes a pet.
POST
Uploads an image.
store
GET
Returns pet inventories by status.
POST
Place an order for a pet.
GET
Find purchase order by ID.
DEL
Delete purchase order by identifier.
user
POST
Create user.
POST
Creates list of users with given input array.
GET
Logs user into the system.
GET
Logs out current logged in user session.
GET
Get user by user name.
PUT
Update user resource.
DEL
Delete user resource.
200
400
404
default
Copy
{
"code"
:
123
,
"type"
:
"<string>"
,
"message"
:
"<string>"
}
pet
Uploads an image.
Upload image of the pet.
POST
/
pet
/
{petId}
/
uploadImage
Try it
200
400
404
default
Copy
{
"code"
:
123
,
"type"
:
"<string>"
,
"message"
:
"<string>"
}
Authorizations
Authorization
string
header
required
Path Parameters
petId
integer
required
Query Parameters
additionalMetadata
string
Body
application/octet-stream · file
Response
200
application/json
code
integer
type
string
message
string
Deletes a pet.
Returns pet inventories by status.
⌘I