From a36746d659fd86ff8ced4ddf09728fd96a955749 Mon Sep 17 00:00:00 2001 From: Kai Welke Date: Wed, 4 Sep 2024 11:06:43 +0200 Subject: [PATCH] fix(specs): note on insights API server (#3649) --- specs/insights/spec.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs/insights/spec.yml b/specs/insights/spec.yml index ad8c07cc9d..1c23077351 100644 --- a/specs/insights/spec.yml +++ b/specs/insights/spec.yml @@ -16,8 +16,9 @@ info: The base URLs for making requests to the Insights API are: - - `https://insights.us.algolia.io` (`https://insights.algolia.io` is an alias) + - `https://insights.us.algolia.io` - `https://insights.de.algolia.io` + - `https//insights.algolia.io` (routes requests to the closest of the above servers, based on your geographical location) **All requests must use HTTPS.**