Skip to content

Commit 2a4a75e

Browse files
committed
fix: callout
1 parent afbc67a commit 2a4a75e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

apps/docs/content/docs/api.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ Compile a query to see the generated SQL without executing it.
172172

173173
Execute custom SQL queries directly against your ClickHouse analytics database with enterprise-grade security.
174174

175-
<Callout type="warning">
176-
**Enterprise Feature**: Custom SQL requires an API key with `admin:apikeys` scope and specific client access permissions. This is a powerful feature that allows direct database access.
177-
</Callout>
178-
179175
<CodeBlock
180176
language="http"
181177
code="POST /v1/custom-sql/execute"
@@ -497,11 +493,6 @@ Track custom events programmatically using the basket endpoint.
497493
- `timestamp`: Unix timestamp in milliseconds (defaults to current time)
498494
- `properties`: JSON object with custom event properties
499495

500-
<Callout type="tip">
501-
**Simple tracking**: For basic event tracking, you only need `type` and `name`. The `anonymousId` and `sessionId` are useful for user journey tracking but not required for simple conversion or action tracking.
502-
</Callout>
503-
504-
505496
**Response:**
506497

507498
<CodeBlock

0 commit comments

Comments
 (0)