Skip to main content

Update Thread

PUT 

/chat-svc/thread/:threadId

Modify the details of a specific chat thread

Request

Path Parameters

    threadId stringrequired

    Thread ID

Body

required

Update Thread Request

    thread

    object

    createdAt string
    id string
    title string

    Title of the thread.

    topicIds string[]

    TopicIds defines which topics the thread belongs to. Topics can roughly be thought of as tags for threads.

    updatedAt string
    userIds string[]

    UserIds the ids of the users who can see this thread.

Responses

Thread successfully updated

Schema

    thread

    object

    createdAt string
    id string
    title string

    Title of the thread.

    topicIds string[]

    TopicIds defines which topics the thread belongs to. Topics can roughly be thought of as tags for threads.

    updatedAt string
    userIds string[]

    UserIds the ids of the users who can see this thread.

Loading...