Skip to content

Commit 74fac23

Browse files
committed
Add doc ID
1 parent ad4b914 commit 74fac23

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ security-privileges,https://www.elastic.co/guide/en/elasticsearch/reference/{bra
607607
service-accounts,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/service-accounts.html
608608
set-processor,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/set-processor.html
609609
shape,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/shape.html
610+
simulate-ingest-api,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/simulate-ingest-api.html
610611
simulate-pipeline-api,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/simulate-pipeline-api.html
611612
slm-api-delete-policy,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/slm-api-delete-policy.html
612613
slm-api-execute-lifecycle,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/slm-api-execute-lifecycle.html

specification/simulate/ingest/SimulateIngestRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ import { TypeMapping } from '@_types/mapping/TypeMapping'
4848
* @availability stack since=8.12.0 stability=experimental visibility=public
4949
* @index_privileges index
5050
* @doc_tag ingest
51+
* @doc_id simulate-ingest-api
5152
*/
5253
export interface Request extends RequestBase {
5354
path_parts: {

0 commit comments

Comments
 (0)