Skip to main content
PUT
/
v1
/
app
/
thread
/
{threadId}
Updates a thread
curl --request PUT \
  --url https://{base_url}/v1/app/thread/{threadId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "visibility": "Public"
}
'

Path Parameters

threadId
string
required

The ID of the threadId to be deleted

Body

application/json

The data to be updated on the thread

name
string
visibility
enum<string>
Available options:
Public,
Private