# Breeds

Operations related to account breed lists

## List breeds

 - [GET /accounts/{accountId}/breeds](https://developers.propetware.com/apis/openapi-v1/breeds/listbreeds.md): Retrieve all breeds for an account. Optionally filter by species or search by name.

## Create breed

 - [POST /accounts/{accountId}/breeds](https://developers.propetware.com/apis/openapi-v1/breeds/createbreed.md): Create a new breed for an account. If the account has no breeds yet, the master breed list is seeded first.

## Get breed

 - [GET /accounts/{accountId}/breeds/{breedId}](https://developers.propetware.com/apis/openapi-v1/breeds/getbreed.md): Retrieve a specific breed by ID

## Update breed

 - [PATCH /accounts/{accountId}/breeds/{breedId}](https://developers.propetware.com/apis/openapi-v1/breeds/updatebreed.md): Update a breed name and/or species. Affected pets have their breed string regenerated automatically.

## Delete breed

 - [DELETE /accounts/{accountId}/breeds/{breedId}](https://developers.propetware.com/apis/openapi-v1/breeds/deletebreed.md): Delete a breed. The breed ID is removed from all pets that reference it and their breed strings are regenerated.

