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

Path Parameters

projectId
string
required

The ID of the project

Body

application/json

Details of the thread to be created

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