{
"position": {},
"question_id": {}
}
{
"thread_id": 123,
"question_id": 123,
"position": 123,
"created_at": "string"
}
Threads
Upsert a question at a specific position
Creates or updates a question at the specified position in the thread.
PUT
/
api
/
v0
/
threads
/
{thread_id}
/
questions
/
position
/
{position}
{
"position": {},
"question_id": {}
}
{
"thread_id": 123,
"question_id": 123,
"position": 123,
"created_at": "string"
}
Upsert a question at a specific position
Creates or updates a question at the specified position in the thread.Path Parameters
integer
required
No description provided
integer
required
No description provided
Request Body
This endpoint requires a request body.{
"position": {},
"question_id": {}
}
Response
object
The response data for this endpoint.
{
"thread_id": 123,
"question_id": 123,
"position": 123,
"created_at": "string"
}