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
Code snippet
Updates live as you fill in the form above.
TypeScript
import petstore from '@utdk/petstore';
await petstore.updatepetwithform()