Update Thread

This API allows you to update thread information for a specified app. By providing the app ID, user ID, and thread ID, you can perform actions such as closing or reopening a thread, as well as updating other thread-related information.

📘

Know Your Endpoint

Based on the domain you use to log in to imiconnect, the endpoint for your API varies. See the endpoint section to understand which endpoint to use for your domain.

Path Params
string
required

Specifies the ID of the app asset on Webex Connect platform

string
required

Unique ID for a mobile/web app user

string
required

Unique ID of the thread

Body Params
string

This can be used to specify any identifier that client is maintaining on their side

string

Specifies the thread title.

string

Specifies the thread category

string

Specifies the thread status. You can pass either Closed or Active.

extras
array

In the "extras" object, you can pass custom parameters by providing key-value pairs. Each key should be paired with a value, where the value is a string.

extras
Headers
string

application/json

string

Client key that can be accessed from your app asset configuration page on Webex Connect platform

Responses

Language
Request
Response
Choose an example:
application/json