Update By ID
Updates a pet in the store with form data
client.pets.updateByID(numberpetID, PetUpdateByIDParams { name, status } params?, RequestOptionsoptions?): void
/pet/{petId}
Updates a pet in the store with form data
Parameters
petID: number
Updates a pet in the store with form data
import JustinDocsTest from 'justin-docs-test';
const client = new JustinDocsTest({
apiKey: 'My API Key',
});
await client.pets.updateByID(0);