Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/api-reference/v4/endpoints/current-tenant-feed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Icon icon="book" size={16} />](/guides/tenant-events).

<EventSearchCommon />
<EventSearchCommon
queryComment="(optional)"
/>
1 change: 1 addition & 0 deletions docs/api-reference/v4/endpoints/global-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ import EventSearchCommon from '/snippets/endpoint-event-search-common.mdx';
import GlobalSearchApiQuotaNote from '/snippets/global-search-api-quota-note.mdx';

<GlobalSearchApiQuotaNote />

<EventSearchCommon />
4 changes: 3 additions & 1 deletion docs/api-reference/v4/endpoints/identifier-feed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Returns a list of events matching an identifier.
See the guide for using this endpoint:
[Exporting a Tenant's Events <Icon icon="book" size={16} />](/guides/tenant-events).

<EventSearchCommon />
<EventSearchCommon
queryComment="(optional)"
/>

## Path Parameters

Expand Down
4 changes: 3 additions & 1 deletion docs/api-reference/v4/endpoints/identifier-group-feed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Icon icon="book" size={16} />](/guides/tenant-events).

<EventSearchCommon />
<EventSearchCommon
queryComment="(optional)"
/>

## Path Parameters

Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/endpoint-event-search-common.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This endpoint supports the
## Body Parameters

<ParamField body="query" type="object">
One of the supported queries.
One of the supported queries. {queryComment}
<CodeGroup>
```json Domain
{
Expand Down
Loading