Skip to content

[DOCS] Remove instances of added in 0.0.0 (+ unrelated randomness) #5147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
316 changes: 301 additions & 15 deletions docs/examples/languageExamples.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions output/openapi/elasticsearch-openapi.json

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

323 changes: 301 additions & 22 deletions output/schema/schema.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# summary:
description: Run `PUT _inference/chat-completion/ai21-chat-completion` to create a AI21 inference endpoint that performs a `chat_completion` task.
description:
Run `PUT _inference/chat-completion/ai21-chat-completion` to create a AI21 inference endpoint that performs a
`chat_completion` task.
method_request: 'PUT _inference/chat-completion/ai21-chat-completion'
# type: "request"
value: |-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
summary: A text embedding task
description: Run `PUT _inference/text_embedding/amazon_sagemaker_embeddings` to create an inference endpoint that performs a text embedding task.
description:
Run `PUT _inference/text_embedding/amazon_sagemaker_embeddings` to create an inference endpoint that performs a text
embedding task.
method_request: 'PUT _inference/text_embedding/amazon_sagemaker_embeddings'
# type: "request"
value: |-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
summary: A chat completion task
description: Run `PUT _inference/chat_completion/amazon_sagemaker_chat_completion` to create an inference endpoint that performs a chat completion task.
description:
Run `PUT _inference/chat_completion/amazon_sagemaker_chat_completion` to create an inference endpoint that performs a
chat completion task.
method_request: 'PUT _inference/chat_completion/amazon_sagemaker_chat_completion'
# type: "request"
value: |-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
summary: A sparse embedding task
description: Run `PUT _inference/sparse_embedding/amazon_sagemaker_sparse_embedding` to create an inference endpoint that performs a sparse embedding task.
description:
Run `PUT _inference/sparse_embedding/amazon_sagemaker_sparse_embedding` to create an inference endpoint that performs a
sparse embedding task.
method_request: 'PUT _inference/sparse_embedding/amazon_sagemaker_sparse_embedding'
# type: "request"
value: |-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
summary: Custom text embedding task (Hugging Face)
description: Run `PUT _inference/text_embedding/custom-text-embedding-hf` to create an inference endpoint that performs a text embedding task by using the Qwen/Qwen3-Embedding-8B model.
description:
Run `PUT _inference/text_embedding/custom-text-embedding-hf` to create an inference endpoint that performs a text
embedding task by using the Qwen/Qwen3-Embedding-8B model.
method_request: 'PUT _inference/text_embedding/custom-text-embedding-hf'
# type: "request"
value: |-
Expand Down
2 changes: 1 addition & 1 deletion specification/snapshot/create/SnapshotCreateRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { Duration } from '@_types/Time'
* Create a snapshot.
* Take a snapshot of a cluster or of data streams and indices.
* @rest_spec_name snapshot.create
* @availability stack since=0.0.0 stability=stable
* @availability stack stability=stable
* @availability serverless stability=stable visibility=private
* @cluster_privileges create_snapshot
* @doc_id snapshot-create-api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { Repository } from '@snapshot/_types/SnapshotRepository'
* Several options for this API can be specified using a query parameter or a request body parameter.
* If both parameters are specified, only the query parameter is used.
* @rest_spec_name snapshot.create_repository
* @availability stack since=0.0.0 stability=stable
* @availability stack stability=stable
* @availability serverless stability=stable visibility=private
* @cluster_privileges manage
* @doc_id snapshot-repo-create
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { Duration } from '@_types/Time'
* When a repository is unregistered, Elasticsearch removes only the reference to the location where the repository is storing the snapshots.
* The snapshots themselves are left untouched and in place.
* @rest_spec_name snapshot.delete_repository
* @availability stack since=0.0.0 stability=stable
* @availability stack stability=stable
* @availability serverless stability=stable visibility=private
* @cluster_privileges manage
* @doc_id snapshot-repo-delete
Expand Down
2 changes: 1 addition & 1 deletion specification/snapshot/get/SnapshotGetRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { SnapshotState } from '@snapshot/_types/SnapshotState'
* It is guaranteed that any snapshot that exists at the beginning of the iteration and is not concurrently deleted will be seen during the iteration.
* Snapshots concurrently created may be seen during an iteration.
* @rest_spec_name snapshot.get
* @availability stack since=0.0.0 stability=stable
* @availability stack stability=stable
* @availability serverless stability=stable visibility=private
* @cluster_privileges monitor_snapshot
* @doc_id snapshot-get
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Duration } from '@_types/Time'
/**
* Get snapshot repository information.
* @rest_spec_name snapshot.get_repository
* @availability stack since=0.0.0 stability=stable
* @availability stack stability=stable
* @availability serverless stability=stable visibility=private
* @cluster_privileges monitor_snapshot
* @doc_id snapshot-repo-get
Expand Down
2 changes: 1 addition & 1 deletion specification/snapshot/restore/SnapshotRestoreRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { IndexSettings } from '@indices/_types/IndexSettings'
*
* If your snapshot contains data from App Search or Workplace Search, you must restore the Enterprise Search encryption key before you restore the snapshot.
* @rest_spec_name snapshot.restore
* @availability stack since=0.0.0 stability=stable
* @availability stack stability=stable
* @availability serverless stability=stable visibility=private
* @cluster_privileges manage
* @doc_id snapshot-restore-api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { Duration } from '@_types/Time'
* Verify a snapshot repository.
* Check for common misconfigurations in a snapshot repository.
* @rest_spec_name snapshot.verify_repository
* @availability stack since=0.0.0 stability=stable
* @availability stack stability=stable
* @availability serverless stability=stable visibility=private
* @cluster_privileges manage
* @doc_id snapshot-repo-verify
Expand Down
Loading