Skip to content

Commit ac34fa5

Browse files
committed
Add doc_id
1 parent 184d6b5 commit ac34fa5

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ actions:
392392
examples:
393393
indicesLegacyPutTemplateRequestExample1:
394394
$ref: "../../specification/indices/put_template/indicesPutTemplateRequestExample1.yaml"
395+
## Examples for search applications
395396
- target: "$.paths['/_application/search_application/{name}/_render_query']['post']"
396397
description: "Add examples for render search application query operation"
397398
update:

output/schema/schema.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/search_application/render_query/SearchApplicationsRenderQueryRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { SearchApplicationParameters } from '../_types/SearchApplicationParamete
2929
* You must have `read` privileges on the backing alias of the search application.
3030
* @rest_spec_name search_application.render_query
3131
* @availability stack since=8.9.0 stability=experimental visibility=public
32+
* @doc_id search-render-query
3233
*/
3334
export interface Request extends RequestBase {
3435
path_parts: {

specification/search_application/render_query/SearchApplicationsRenderQueryRequestExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# summary:
22
# method_request: POST _application/search_application/my-app/_render_query
3-
# description:
3+
description: Run `POST _application/search_application/my-app/_render_query` to generate a query for a search application called `my-app` that uses the search template.
44
# type: request
55
value:
66
params:

0 commit comments

Comments
 (0)