diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index bc0ed20aa..92b804698 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -550,6 +550,9 @@ The syntax for `docs.json` is below. You only need to include entries for the pl "apiKey": "required", "apiHost": "optional" }, + "segment": { + "key": "required" + }, } ```