Skip to content

Commit

Permalink
[DOCS] Edit some operation summaries (#3222) (#3249)
Browse files Browse the repository at this point in the history
(cherry picked from commit 87dd077)

Co-authored-by: Lisa Cawley <[email protected]>
  • Loading branch information
github-actions[bot] and lcawl authored Dec 5, 2024
1 parent f94d8aa commit a4eca54
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 30 deletions.
22 changes: 14 additions & 8 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 14 additions & 8 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions specification/_global/count/CountRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import { QueryContainer } from '@_types/query_dsl/abstractions'
import { Operator } from '@_types/query_dsl/Operator'

/**
* Count search results.
* Get the number of documents matching a query.
* @rest_spec_name count
* @availability stack stability=stable
* @availability serverless stability=stable visibility=public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import { RequestBase } from '@_types/Base'
import { Name } from '@_types/common'

/**
* Creates the enrich index for an existing enrich policy.
* Run an enrich policy.
* Create the enrich index for an existing enrich policy.
* @doc_id execute-enrich-policy-api
* @rest_spec_name enrich.execute_policy
* @availability stack since=7.5.0 stability=stable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import { Name } from '@_types/common'
import { Duration } from '@_types/Time'

/**
* Check index templates.
* Check whether index templates exist.
* @rest_spec_name indices.exists_index_template
* @availability stack stability=stable
* @availability serverless stability=stable visibility=public
Expand Down
3 changes: 2 additions & 1 deletion specification/indices/resolve_index/ResolveIndexRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import { RequestBase } from '@_types/Base'
import { ExpandWildcards, Names } from '@_types/common'

/**
* Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
* Resolve indices.
* Resolve the names and/or index patterns for indices, aliases, and data streams.
* Multiple patterns and remote clusters are supported.
* @rest_spec_name indices.resolve_index
* @availability stack since=7.9.0 stability=stable
Expand Down

0 comments on commit a4eca54

Please sign in to comment.