Skip to main content

Add Thread

POST 

/chat-svc/thread

Create a new chat thread and add the requesting user to it. Requires the chat-svc:thread:create permission.

Request

Body

required

Add 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 created

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...