Function update_thread_title

Source
pub async fn update_thread_title(
    __arg0: State<AppState>,
    __arg1: Path<Uuid>,
    __arg2: Json<Thread>,
) -> Json<Value>