Update Application Pet

Update a pet's information in an application.

Path parameters

applicationIdstringRequired
The id of the application
petIdstringRequired
The id of the pet

Request

This endpoint expects an object.
petTypeenumRequired
breedstringOptional
namestringOptional
weightdoubleOptional
isServiceAnimalbooleanOptional

Response

Pet updated successfully
idstring or nullformat: "uuid"
petTypestring or null
breedstring or null
namestring or null
weightdouble or null
isServiceAnimalboolean or null
createdAtdatetime or null
updatedAtdatetime or null