Skip to content

Commit 4401b0b

Browse files
authored
[DOCS] Remove instances of added in 0.0.0 + unrelated randomness (#5147)
1 parent 4a82f43 commit 4401b0b

File tree

15 files changed

+634
-59
lines changed

15 files changed

+634
-59
lines changed

docs/examples/languageExamples.json

Lines changed: 301 additions & 15 deletions
Large diffs are not rendered by default.

output/openapi/elasticsearch-openapi.json

Lines changed: 10 additions & 10 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: 301 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/inference/put_ai21/examples/request/PutAi21RequestExample2.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# summary:
2-
description: Run `PUT _inference/chat-completion/ai21-chat-completion` to create a AI21 inference endpoint that performs a `chat_completion` task.
2+
description:
3+
Run `PUT _inference/chat-completion/ai21-chat-completion` to create a AI21 inference endpoint that performs a
4+
`chat_completion` task.
35
method_request: 'PUT _inference/chat-completion/ai21-chat-completion'
46
# type: "request"
57
value: |-

specification/inference/put_amazonsagemaker/examples/request/PutAmazonSageMakerRequestExample1.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
summary: A text embedding task
2-
description: Run `PUT _inference/text_embedding/amazon_sagemaker_embeddings` to create an inference endpoint that performs a text embedding task.
2+
description:
3+
Run `PUT _inference/text_embedding/amazon_sagemaker_embeddings` to create an inference endpoint that performs a text
4+
embedding task.
35
method_request: 'PUT _inference/text_embedding/amazon_sagemaker_embeddings'
46
# type: "request"
57
value: |-

specification/inference/put_amazonsagemaker/examples/request/PutAmazonSageMakerRequestExample3.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
summary: A chat completion task
2-
description: Run `PUT _inference/chat_completion/amazon_sagemaker_chat_completion` to create an inference endpoint that performs a chat completion task.
2+
description:
3+
Run `PUT _inference/chat_completion/amazon_sagemaker_chat_completion` to create an inference endpoint that performs a
4+
chat completion task.
35
method_request: 'PUT _inference/chat_completion/amazon_sagemaker_chat_completion'
46
# type: "request"
57
value: |-

specification/inference/put_amazonsagemaker/examples/request/PutAmazonSageMakerRequestExample4.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
summary: A sparse embedding task
2-
description: Run `PUT _inference/sparse_embedding/amazon_sagemaker_sparse_embedding` to create an inference endpoint that performs a sparse embedding task.
2+
description:
3+
Run `PUT _inference/sparse_embedding/amazon_sagemaker_sparse_embedding` to create an inference endpoint that performs a
4+
sparse embedding task.
35
method_request: 'PUT _inference/sparse_embedding/amazon_sagemaker_sparse_embedding'
46
# type: "request"
57
value: |-

specification/inference/put_custom/examples/request/PutCustomRequestExample5.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
summary: Custom text embedding task (Hugging Face)
2-
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.
2+
description:
3+
Run `PUT _inference/text_embedding/custom-text-embedding-hf` to create an inference endpoint that performs a text
4+
embedding task by using the Qwen/Qwen3-Embedding-8B model.
35
method_request: 'PUT _inference/text_embedding/custom-text-embedding-hf'
46
# type: "request"
57
value: |-

specification/snapshot/create/SnapshotCreateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Duration } from '@_types/Time'
2525
* Create a snapshot.
2626
* Take a snapshot of a cluster or of data streams and indices.
2727
* @rest_spec_name snapshot.create
28-
* @availability stack since=0.0.0 stability=stable
28+
* @availability stack stability=stable
2929
* @availability serverless stability=stable visibility=private
3030
* @cluster_privileges create_snapshot
3131
* @doc_id snapshot-create-api

specification/snapshot/create_repository/SnapshotCreateRepositoryRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { Repository } from '@snapshot/_types/SnapshotRepository'
3131
* Several options for this API can be specified using a query parameter or a request body parameter.
3232
* If both parameters are specified, only the query parameter is used.
3333
* @rest_spec_name snapshot.create_repository
34-
* @availability stack since=0.0.0 stability=stable
34+
* @availability stack stability=stable
3535
* @availability serverless stability=stable visibility=private
3636
* @cluster_privileges manage
3737
* @doc_id snapshot-repo-create

0 commit comments

Comments
 (0)