provider pet POST /pet/{petId}
@utdk/petstore /pet/{petId}
Updates a pet in the store with form data.
Updates a pet resource based on the form data.
petId path required
ID of pet that needs to be updated
integer
name query
Name of pet that needs to be updated
string
status query
Status of pet that needs to be updated
string

Try it

Authentication
Configure credentials for Swagger Petstore - OpenAPI 3.0
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updatepetwithform
POST/pet/{petId}
Updates a pet resource based on the form data.

Parameters

required

ID of pet that needs to be updated

Name of pet that needs to be updated

Status of pet that needs to be updated

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import petstore from '@utdk/petstore';

await petstore.updatepetwithform()