Pets
Update a Pet (JSON)
Permissions needed: UPDATE_PATIENTS Update Pet by ID, empty values will overwrite, omit key to leave unchanged. For text-only updates (no photo). To upload a new avatar, use the multipart/form-data operation on this same path instead, since file uploads are not delivered on a native PATCH request body.
patch/api/v1/pets/{id}
Parameters
#/paths/~1api~1v1~1sales/delete/parameters/0 — unresolved $ref
Request body
Example request
{
"nickname": "Fluffy",
"birthday": "2017-11-28",
"species_id": 1,
"breed_id": 1,
"color": "Pink",
"color_mask": [
1
],
"distinctive_marks": "One spot on right ear",
"chip_number": "123456789",
"microchip_location": "Neck",
"insurance_number": "123456789",
"insurance_provider": "Petplan",
"policy_id": "POLICY-123",
"passport": "123456789"
}Response
successful operation