handle_tab_new

Function handle_tab_new 

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

POST /api/v1/tab/new — create (and activate) a new tab in the caller’s workspace (or an explicit workspace_id). Routes through workspace.CreateTab.