Emails::Topic
Update Email Topic
Update an email topic
patch/emails/topics/{id}
Path parameters
idstring required
Request body
Example request
{
"emails_topic": {
"emails_topic": {
"name": "Renamed Topic",
"description": "Updated description"
}
}
}Response
OK
Example response
{
"id": 1,
"public_id": "StUvWx",
"workspace_id": 42000,
"name": "Product Updates",
"description": "Updates about our products",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}