diff --git a/docs/integration/api-cheatsheet.md b/docs/integration/api-cheatsheet.md index 2c6373d..c019b10 100644 --- a/docs/integration/api-cheatsheet.md +++ b/docs/integration/api-cheatsheet.md @@ -49,6 +49,9 @@ Scopes: `PUBLIC` (anon ok) · `INTERNAL` (auth) · `RESTRICTED` (admin). ?at=2026-03-15T00:00:00Z bitemporal: запись на конкретный момент (validFrom <= at < validTo) Accept-Language: en-US (header) локаль — единственный рабочий путь ⚠️ ?locale= query param backend сейчас игнорирует + ⚠️ Работает ТОЛЬКО на records endpoints. + Schema endpoint (`/dictionaries/{name}`) всегда + возвращает schemaJson на defaultLocale. ?bbox=lon1,lat1,lon2,lat2 geo: bounding box (для geo-dicts) ?polygon= geo: polygon-фильтр ```