From d131a228cf2f4f47d117d0d5be5dd0574514a98c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 18:55:53 +0000 Subject: [PATCH] Fix broken REST API namespace link Generated-By: mintlify-agent --- docs/tables/namespaces.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tables/namespaces.mdx b/docs/tables/namespaces.mdx index daa941e..82c9a1c 100644 --- a/docs/tables/namespaces.mdx +++ b/docs/tables/namespaces.mdx @@ -71,7 +71,7 @@ and `drop_namespace`. -In TypeScript, namespace lifecycle and namespace-scoped table operations are not currently exposed on `Connection`. In practice, namespaces in TypeScript are managed through a namespace-aware admin surface (for example [REST](/api-reference/rest/namespace/create-a-new-namespace)/admin tooling), and the Connection APIs operate at the root namespace. +In TypeScript, namespace lifecycle and namespace-scoped table operations are not currently exposed on `Connection`. In practice, namespaces in TypeScript are managed through a namespace-aware admin surface (for example [REST](/api-reference/rest/namespace)/admin tooling), and the Connection APIs operate at the root namespace. ## Namespaces in LanceDB Enterprise