Documentation Index

Fetch the complete documentation index at: https://docs.abakion.com/llms.txt

Use this file to discover all available pages before exploring further.

Updates a pet in the store with form data

Prev Next
Post
/pet/{petId}
Security
OAuth
FlowImplicit
Authorization URLhttps://petstore.swagger.io/oauth/authorize
Scopes:
read:petsread your pets
write:petsmodify pets in your account
Path parameters
petId
integer (int64) Required

ID of pet that needs to be updated

Body parameters
object
name
string

Updated name of the pet

status
string

Updated status of the pet

Responses
405

Invalid input