Products
Reference Docs
Developer Portal
Workflows
FREE API TOOLS
Redoc
Redoc vs. Redocly
Redocly CLI
Docs
Pricing
Enterprise
About
COMPANY
Blog
About Us
Customers
Careers
TECHNOLOGY
Status
Security
Tech Stack
CONTACT SALES →
Login
Sign Up
Updates a pet in the store with form data
Security
petstore_auth
Request
path Parameters
petId
required
integer
<int64>
ID of pet that needs to be updated
Request Body schema:
application/x-www-form-urlencoded
name
string
Updated name of the pet
status
string
Updated status of the pet
Responses
405
Invalid input
post
/pet/{petId}
Try it