---
title: "Update an activity"
method: PATCH
path: "/v1/activities/{id}"
tags: ["Activities"]
---

# Update an activity

`PATCH /v1/activities/{id}`

## Path parameters

- `id` string, uuid, required

## Request body

- Activity
  - `id` string, uuid
  - `title` string, required
  - `description` string, nullable
  - `activity_type` 'call' | 'email' | 'meeting' | 'note' | 'task' | 'event' | 'mail' | 'text', nullable
  - `custom_type_key` string, nullable
  - `status` 'pending' | 'in_progress' | 'completed' | 'cancelled', nullable
  - `priority` 'low' | 'medium' | 'high' | 'urgent', nullable
  - `donor_id` string, uuid, nullable
  - `assigned_to` string, uuid, nullable
  - `due_date` string, date-time, nullable
  - `due_date_all_day` boolean, nullable
  - `completed_at` string, date-time, nullable
  - `snoozed_until` string, date-time, nullable
  - `notes` string, nullable
  - `event_id` string, uuid, nullable
  - `created_by_flow_id` string, uuid, nullable
  - `reminder_sent` boolean, nullable
  - `created_at` string, date-time
  - `updated_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)
