From 5659e68b4d55328c1b224c863a00fb8ad6ac55fb Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 6 Nov 2025 01:37:30 +0000 Subject: [PATCH] completionId: cgen-1f2741c8e49e4180a4c417f0bbe8afd2 cgen-1f2741c8e49e4180a4c417f0bbe8afd2 --- client/pages/docs/DocsApiReference.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/client/pages/docs/DocsApiReference.tsx b/client/pages/docs/DocsApiReference.tsx index a853f548..9fb5f2f2 100644 --- a/client/pages/docs/DocsApiReference.tsx +++ b/client/pages/docs/DocsApiReference.tsx @@ -160,15 +160,7 @@ export default function DocsApiReference() { pagination headers for large result sets.

-              {`fetch("https://api.aethex.dev/v1/projects?page=1&limit=25", {
-  headers: {
-    Authorization: "Bearer \\${TOKEN}",
-    "AeThex-Environment": "production",
-  },
-}).then(async (res) => {
-  if (!res.ok) throw new Error(await res.text());
-  console.log("Projects", await res.json());
-});`}
+              {'fetch("https://api.aethex.dev/v1/projects?page=1&limit=25", {\n  headers: {\n    Authorization: "Bearer ${TOKEN}",\n    "AeThex-Environment": "production",\n  },\n}).then(async (res) => {\n  if (!res.ok) throw new Error(await res.text());\n  console.log("Projects", await res.json());\n});'}
             

Responses include{" "}