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