---
title: "Update a special date"
method: PATCH
path: "/v1/donor_special_dates/{id}"
tags: ["Special Dates"]
---

# Update a special date

`PATCH /v1/donor_special_dates/{id}`

## Path parameters

- `id` string, uuid, required

## Request body

- DonorSpecialDate
  - `id` string, uuid
  - `donor_id` string, uuid, required
  - `date_type` string
  - `date_value` string, date, required
  - `custom_label` string, nullable
  - `use_hebrew_calendar` boolean
  - `hebrew_date_value` string, nullable
  - `hebrew_date_display` string, nullable
  - `after_nightfall` boolean
  - `year_known` boolean
  - `auto_create_activity` boolean, nullable
  - `reminder_days_before` integer, nullable
  - `notes` string, nullable
  - `created_at` string, date-time

## Response `200`

Updated

---

[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/revisions/b79af77cd086/schema)
