Skip to content

Commit 4ffdbe2

Browse files
committed
Add missing tag overlays
1 parent bd9c57a commit 4ffdbe2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ actions:
2525
update:
2626
tags:
2727
# A
28-
- name: asynch_search
28+
- name: async_search
2929
description: The async search API enables you to asynchronously run a search request, monitor its progress, and retrieve partial results as they become available.
3030
x-displayName: Async search
3131
- name: autoscaling
@@ -89,7 +89,7 @@ actions:
8989
x-displayName: Document - Reindex
9090
- name: delete_by_query_rethrottle
9191
x-displayName: Document - Rethrottle delete by query
92-
- name: reindex_throttle
92+
- name: reindex_rethrottle
9393
x-displayName: Document - Rethrottle reindex
9494
- name: update_by_query_rethrottle
9595
x-displayName: Document - Rethrottle update by query
@@ -217,6 +217,8 @@ actions:
217217
x-displayName: Search - Explain
218218
- name: field_caps
219219
x-displayName: Search - Field capabilities
220+
- name: knn_search
221+
x-displayName: Search - kNN
220222
- name: msearch
221223
x-displayName: Search - Multi search
222224
- name: msearch_template
@@ -243,6 +245,8 @@ actions:
243245
x-displayName: Searchable snapshots
244246
- name: security
245247
x-displayName: Security
248+
- name: ssl
249+
x-displayName: Security - SSL
246250
- name: snapshot
247251
x-displayName: Snapshot and restore
248252
description: >

docs/overlays/elasticsearch-serverless-openapi-overlays.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ actions:
3434
update:
3535
tags:
3636
# A
37-
- name: asynch_search
37+
- name: async_search
3838
description: The async search API enables you to asynchronously run a search request, monitor its progress, and retrieve partial results as they become available.
3939
x-displayName: Async search
4040
# C

0 commit comments

Comments
 (0)