{
"name": "string"
}
{
"id": 123,
"name": "string",
"user_id": 123,
"created_at": "string",
"updated_at": "string"
}
Threads
Update a thread
Updates a thread’s name.
PUT
/
api
/
v0
/
threads
/
{thread_id}
{
"name": "string"
}
{
"id": 123,
"name": "string",
"user_id": 123,
"created_at": "string",
"updated_at": "string"
}
Update a thread
Updates a thread’s name.Path Parameters
integer
required
No description provided
Request Body
This endpoint requires a request body.{
"name": "string"
}
Response
object
The response data for this endpoint.
{
"id": 123,
"name": "string",
"user_id": 123,
"created_at": "string",
"updated_at": "string"
}