Toggle Thread Favorite
Toggle favorite status for a thread.
Path Parameters
thread_idstring
Query Parameters
is_favoriteboolean
Set favorite status
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/threads/string/favorite?is_favorite=true"{
"message": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}