Skip to content

Commit

Permalink
make contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaethelion committed Mar 14, 2024
1 parent d90a044 commit 345b418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export interface Request extends RequestBase {
* Additionally, aggregations only run over the same subset of fields that query works with.
* @aliases aggs */
aggregations?: Dictionary<string, APIKeyAggregationContainer>
/**
/**
* A query to filter which API keys to return.
* If the query parameter is missing, it is equivalent to a `match_all` query.
* The query supports a subset of query types, including `match_all`, `bool`, `term`, `terms`, `match`,
Expand Down
6 changes: 3 additions & 3 deletions specification/security/query_api_keys/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ import {
FiltersAggregation,
MissingAggregation,
RangeAggregation,
TermsAggregation,
TermsAggregation
} from '@_types/aggregations/bucket'
import {
CardinalityAggregation,
ValueCountAggregation,
ValueCountAggregation
} from '@_types/aggregations/metric'
import {
CardinalityAggregate,
Expand All @@ -45,7 +45,7 @@ import {
RangeAggregate,
DateRangeAggregate,
FiltersAggregate,
CompositeAggregate,
CompositeAggregate
} from '@_types/aggregations/Aggregate'

/**
Expand Down

0 comments on commit 345b418

Please sign in to comment.