UpdateThreadBody
Request body for updating a Thread.
Definition
TypeScript
interface UpdateThreadBody {
title?: string | undefined;
}Fields
| Field | Type | Notes |
|---|---|---|
title | string | undefined | optional — New title. |
Request body for updating a Thread.
interface UpdateThreadBody {
title?: string | undefined;
}| Field | Type | Notes |
|---|---|---|
title | string | undefined | optional — New title. |