UpdateTopicReqPayload: {
    name: string;
    topic_id: string;
}

Type declaration

  • name: string

    The new name of the topic. A name is not generated from this field, it is used as-is.

  • topic_id: string

    The id of the topic to target.