Skip to content

Commit

Permalink
Revert test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Oct 18, 2024
1 parent 208e7d2 commit 063ed1b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 17 deletions.
3 changes: 0 additions & 3 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion specification/_doc_ids/table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ ml-regression-loss,https://www.elastic.co/guide/en/machine-learning/{branch}/dfa
ml-regression,https://www.elastic.co/guide/en/machine-learning/{branch}/ml-dfa-regression.html
ml-reset-job,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ml-reset-job.html
ml-revert-snapshot,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ml-revert-snapshot.html
ml-run-job,https://www.elastic.co/guide/en/machine-learning/{branch}/ml-ad-run-jobs.html
ml-set-upgrade-mode,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ml-set-upgrade-mode.html
ml-settings,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ml-settings.html
ml-start-datafeed,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ml-start-datafeed.html
Expand Down
4 changes: 2 additions & 2 deletions specification/_global/exists/DocumentExistsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface Request extends RequestBase {
/**
* If `true`, the request is real-time as opposed to near-real-time.
* @server_default true
* @ext_doc_id realtime
* @doc_id realtime
*/
realtime?: boolean
/**
Expand All @@ -67,7 +67,7 @@ export interface Request extends RequestBase {
refresh?: boolean
/**
* Target the specified primary shard.
* @ext_doc_id routing
* @doc_id routing
*/
routing?: Routing
/**
Expand Down
1 change: 0 additions & 1 deletion specification/ml/put_job/MlPutJobRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import { Duration } from '@_types/Time'
* @index_privileges read
* @cluster_privileges manage_ml
* @doc_tag ml anomaly
* @ext_doc_id ml-run-job
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down

0 comments on commit 063ed1b

Please sign in to comment.