---
title: "Update a donor"
method: PATCH
path: "/v1/donors/{id}"
tags: ["Donors"]
---

# Update a donor

`PATCH /v1/donors/{id}`

## Path parameters

- `id` string, uuid, required

## Request body

- Donor
  - `id` string, uuid
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, email, nullable
  - `email_2` string, email, nullable
  - `phone` string, nullable
  - `phone_2` string, nullable
  - `additional_emails` string[], nullable
  - `additional_phones` string[], nullable
  - `address` string, nullable
  - `address_line_2` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zip` string, nullable
  - `donor_type` 'individual' | 'organization' | 'household'
  - `status` 'active' | 'at_risk' | 'lapsed' | 'prospect', nullable
  - `tier` 'top3' | 'major' | 'mid' | 'entry', nullable
  - `tags` string[], nullable
  - `organization_name` string, nullable
  - `household_name` string, nullable
  - `title` string, nullable
  - `middle_name` string, nullable
  - `maiden_name` string, nullable
  - `job_title` string, nullable
  - `is_jewish` boolean
  - `notes` string, nullable
  - `external_donor_id` string, nullable
  - `external_field` string, nullable
  - `lifetime_giving` number
  - `this_year_giving` number
  - `first_gift_date` string, date, nullable
  - `last_gift_date` string, date, nullable
  - `spouse_id` string, uuid, nullable
  - `do_not_contact` boolean, nullable
  - `email_opt_in` boolean, nullable
  - `sms_opt_in` boolean, nullable
  - `mail_opt_in` boolean, nullable
  - `phone_opt_in` boolean, nullable
  - `linkedin_url` string, nullable
  - `linkedin_only` boolean
  - `is_legacy_prospect` boolean
  - `is_major_donor_prospect` boolean
  - `is_chai_club_prospect` boolean
  - `cultivation_goal_amount` number, nullable
  - `cultivation_goal_date` string, date, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `200`

Updated

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/hecher/apis/growgelt-api.md) · [All operations](https://skmtc.net/hecher/apis/growgelt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hecher/growgelt-api/versions/b79af77cd086/schema)
