Skip to content

Commit 72ec322

Browse files
committed
[DOCS] Remove instances of added in 0.0.0 + unrelated randomness (#5147)
(cherry picked from commit 4401b0b)
1 parent 3c8f1f0 commit 72ec322

File tree

13 files changed

+286
-43
lines changed

13 files changed

+286
-43
lines changed

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

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

specification/snapshot/delete_repository/SnapshotDeleteRepositoryRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { Duration } from '@_types/Time'
2626
* When a repository is unregistered, Elasticsearch removes only the reference to the location where the repository is storing the snapshots.
2727
* The snapshots themselves are left untouched and in place.
2828
* @rest_spec_name snapshot.delete_repository
29-
* @availability stack since=0.0.0 stability=stable
29+
* @availability stack stability=stable
3030
* @availability serverless stability=stable visibility=private
3131
* @cluster_privileges manage
3232
* @doc_id snapshot-repo-delete

specification/snapshot/get/SnapshotGetRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { SnapshotState } from '@snapshot/_types/SnapshotState'
3232
* 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.
3333
* Snapshots concurrently created may be seen during an iteration.
3434
* @rest_spec_name snapshot.get
35-
* @availability stack since=0.0.0 stability=stable
35+
* @availability stack stability=stable
3636
* @availability serverless stability=stable visibility=private
3737
* @cluster_privileges monitor_snapshot
3838
* @doc_id snapshot-get

0 commit comments

Comments
 (0)