From d5ef2a88c4f43ea879e8bb9af76c7ce02290d87b Mon Sep 17 00:00:00 2001 From: aviau Date: Thu, 19 Dec 2024 10:24:47 -0500 Subject: [PATCH] query is optional on some feed endpoints --- docs/api-reference/v4/endpoints/current-tenant-feed.mdx | 4 +++- docs/api-reference/v4/endpoints/global-search.mdx | 1 + docs/api-reference/v4/endpoints/identifier-feed.mdx | 4 +++- docs/api-reference/v4/endpoints/identifier-group-feed.mdx | 4 +++- docs/snippets/endpoint-event-search-common.mdx | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/api-reference/v4/endpoints/current-tenant-feed.mdx b/docs/api-reference/v4/endpoints/current-tenant-feed.mdx index 6c60b19..919535e 100644 --- a/docs/api-reference/v4/endpoints/current-tenant-feed.mdx +++ b/docs/api-reference/v4/endpoints/current-tenant-feed.mdx @@ -12,4 +12,6 @@ Returns a list of events matching the identifiers of the current tenant. See the guide for using this endpoint: [Exporting a Tenant's Events ](/guides/tenant-events). - + diff --git a/docs/api-reference/v4/endpoints/global-search.mdx b/docs/api-reference/v4/endpoints/global-search.mdx index a328bf9..e3aeccb 100644 --- a/docs/api-reference/v4/endpoints/global-search.mdx +++ b/docs/api-reference/v4/endpoints/global-search.mdx @@ -7,4 +7,5 @@ import EventSearchCommon from '/snippets/endpoint-event-search-common.mdx'; import GlobalSearchApiQuotaNote from '/snippets/global-search-api-quota-note.mdx'; + diff --git a/docs/api-reference/v4/endpoints/identifier-feed.mdx b/docs/api-reference/v4/endpoints/identifier-feed.mdx index 7e1f48e..ad5a364 100644 --- a/docs/api-reference/v4/endpoints/identifier-feed.mdx +++ b/docs/api-reference/v4/endpoints/identifier-feed.mdx @@ -12,7 +12,9 @@ Returns a list of events matching an identifier. See the guide for using this endpoint: [Exporting a Tenant's Events ](/guides/tenant-events). - + ## Path Parameters diff --git a/docs/api-reference/v4/endpoints/identifier-group-feed.mdx b/docs/api-reference/v4/endpoints/identifier-group-feed.mdx index fc9a881..a26b3dc 100644 --- a/docs/api-reference/v4/endpoints/identifier-group-feed.mdx +++ b/docs/api-reference/v4/endpoints/identifier-group-feed.mdx @@ -12,7 +12,9 @@ Returns a list of events matching the identifiers of an identifier group. See the guide for using this endpoint: [Exporting a Tenant's Events ](/guides/tenant-events). - + ## Path Parameters diff --git a/docs/snippets/endpoint-event-search-common.mdx b/docs/snippets/endpoint-event-search-common.mdx index 311f90a..1d27c5e 100644 --- a/docs/snippets/endpoint-event-search-common.mdx +++ b/docs/snippets/endpoint-event-search-common.mdx @@ -50,7 +50,7 @@ This endpoint supports the ## Body Parameters - One of the supported queries. + One of the supported queries. {queryComment} ```json Domain {