Add a new pet to the store
POST
/petAdd a new pet to the store
Request
Body Params application/x-www-form-urlencoded
id
integer
optional
Example:
10
name
string
required
Example:
doggie
category
string
optional
photoUrls
array[string]
required
tags
array[string]
optional
status
string
optional
pet status in the store
Request samples
Responses
Successful operation(200)
Invalid input(405)
Successful operation
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 2 years ago