async fn handle_tab_name(
__arg0: State<AppState>,
__arg1: Json<TabNameRequest>,
) -> impl IntoResponseExpand description
POST /api/v1/tab/name — rename a tab. Defaults to the caller’s own tab
(resolved from block_id). Routes through object.UpdateTabName.