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