UpdateThreadBody

Request body for updating a Thread.

Definition

TypeScript
interface UpdateThreadBody {
  title?: string | undefined;
}

Fields

FieldTypeNotes
titlestring | undefinedoptional — New title.