Skip to content

Commit 063ed1b

Browse files
committed
Revert test updates
1 parent 208e7d2 commit 063ed1b

File tree

6 files changed

+7
-17
lines changed

6 files changed

+7
-17
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 3 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: 0 additions & 3 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: 5 additions & 7 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ ml-regression-loss,https://www.elastic.co/guide/en/machine-learning/{branch}/dfa
311311
ml-regression,https://www.elastic.co/guide/en/machine-learning/{branch}/ml-dfa-regression.html
312312
ml-reset-job,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ml-reset-job.html
313313
ml-revert-snapshot,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ml-revert-snapshot.html
314-
ml-run-job,https://www.elastic.co/guide/en/machine-learning/{branch}/ml-ad-run-jobs.html
315314
ml-set-upgrade-mode,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ml-set-upgrade-mode.html
316315
ml-settings,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ml-settings.html
317316
ml-start-datafeed,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ml-start-datafeed.html

specification/_global/exists/DocumentExistsRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface Request extends RequestBase {
5757
/**
5858
* If `true`, the request is real-time as opposed to near-real-time.
5959
* @server_default true
60-
* @ext_doc_id realtime
60+
* @doc_id realtime
6161
*/
6262
realtime?: boolean
6363
/**
@@ -67,7 +67,7 @@ export interface Request extends RequestBase {
6767
refresh?: boolean
6868
/**
6969
* Target the specified primary shard.
70-
* @ext_doc_id routing
70+
* @doc_id routing
7171
*/
7272
routing?: Routing
7373
/**

specification/ml/put_job/MlPutJobRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import { Duration } from '@_types/Time'
3636
* @index_privileges read
3737
* @cluster_privileges manage_ml
3838
* @doc_tag ml anomaly
39-
* @ext_doc_id ml-run-job
4039
*/
4140
export interface Request extends RequestBase {
4241
path_parts: {

0 commit comments

Comments
 (0)