English
cURL
curl --request PUT \ --url https://{base_url}/v1/app/thread/{threadId} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "visibility": "Public" } '
Routes for managing threads
The ID of the threadId to be deleted
The data to be updated on the thread
Public
Private