# Edit Pet Information
source: https://developer.mastercard.com/mastercard-agent-pay/documentation/use-cases/update-database-information/index.md

Update information about a Dog, Cat, Pet status, Adoption Record or Employee.

## Update information about a Dog or Cat {#update-information-about-a-dog-or-cat}

This endpoint allows {Pet Store} employees to send a request to update information about a Dog using `PUT /dogs/{pet_id}` or about a Cat using `PUT /cats/{pet_id}`.
To send an updated version of a Dog or Cat you must first fetch it, then you can update it with the UUID.

### Example Sequence {#example-sequence}

Diagram update-dog-information

### Update Dog Request {#update-dog-request}

See the API structure:


API Reference: `PUT /dogs/{pet_id}`

<br />

### Update Cat Request {#update-cat-request}

See the API structure:


API Reference: `PUT /cats/{pet_id}`

<br />

