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 string

    Updated name of the pet

    status string

    Updated status of the pet

Responses

Invalid input

Loading...