---
title: "Update Email Topic"
method: PATCH
path: "/emails/topics/{id}"
tags: ["Emails::Topic"]
---

# Update Email Topic

`PATCH /emails/topics/{id}`

Update an email topic

## Path parameters

- `id` string, required

## Request body

- object
  - `emails_topic` EmailsTopicParametersUpdate — Email Topics
    - `name` string — Topic name
    - `description` string, nullable — Topic description

## Response `200`

OK

- EmailsTopicAttributes — Email Topics
  - `id` integer — Topic ID
  - `public_id` string, nullable — Topic public ID
  - `workspace_id` integer — Workspace ID
  - `name` string — Topic name
  - `description` string, nullable — Topic description
  - `created_at` string, date-time, nullable — Created at datetime
  - `updated_at` string, date-time, nullable — Updated at datetime

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
