handle_tab_name

Function handle_tab_name 

Source
async fn handle_tab_name(
    __arg0: State<AppState>,
    __arg1: Json<TabNameRequest>,
) -> impl IntoResponse
Expand description

POST /api/v1/tab/name — rename a tab. Defaults to the caller’s own tab (resolved from block_id). Routes through object.UpdateTabName.