Skip to main content

Updates a pet in the store with form data

POST 

/pet/:petId

Request​

Path Parameters

    petId int64required

    ID of pet that needs to be updated

Body

    name stringrequired

    Updated name of the pet

    status stringrequired

    Updated status of the pet

Responses​

Invalid input

Loading...