Skip to content

Commit a6b96b4

Browse files
committed
[DOCS] Add missing doc_id values (#3632)
(cherry picked from commit 89a229f)
1 parent 4a3b6e0 commit a6b96b4

File tree

160 files changed

+1092
-493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+1092
-493
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema.json

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

specification/_doc_ids/table.csv

Lines changed: 55 additions & 1 deletion
Large diffs are not rendered by default.

specification/_global/get_script/GetScriptRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { Duration } from '@_types/Time'
2929
* @availability serverless stability=stable visibility=public
3030
* @cluster_privileges manage
3131
* @doc_tag script
32+
* @doc_id script-get
3233
*/
3334
export interface Request extends RequestBase {
3435
urls: [

specification/_global/health_report/Request.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ import { Duration } from '@_types/Time'
4343
* @rest_spec_name health_report
4444
* @availability stack since=8.7.0 stability=stable
4545
* @availability serverless stability=stable visibility=private
46+
* @doc_id health-api
4647
*/
4748
export interface Request extends RequestBase {
4849
urls: [

specification/_global/msearch/MultiSearchRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ import { RequestItem } from './types'
4545
* @availability serverless stability=stable visibility=public
4646
* @index_privileges read
4747
* @doc_tag search
48+
* @doc_id search-multi-search
4849
*/
4950
export interface Request extends RequestBase {
5051
urls: [

specification/_global/ping/PingRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { RequestBase } from '@_types/Base'
2626
* @availability stack stability=stable
2727
* @availability serverless stability=stable visibility=public
2828
* @doc_tag cluster
29+
* @doc_id cluster-ping
2930
*/
3031
export interface Request extends RequestBase {
3132
urls: [

specification/_global/rank_eval/RankEvalRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import { RankEvalMetric, RankEvalRequestItem } from './types'
3030
* @availability serverless stability=stable visibility=public
3131
* @index_privileges read
3232
* @doc_tag search
33+
* @doc_id search-rank-eval
3334
*/
3435
export interface Request extends RequestBase {
3536
urls: [

specification/cat/tasks/CatTasksRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { Duration, TimeUnit } from '@_types/Time'
2828
* @rest_spec_name cat.tasks
2929
* @availability stack since=5.0.0 stability=experimental
3030
* @availability serverless stability=experimental visibility=private
31-
* @doc_id tasks
31+
* @doc_id cat-tasks
3232
* @cluster_privileges monitor
3333
*/
3434
export interface Request extends CatRequestBase {

0 commit comments

Comments
 (0)