Skip to content

[Backport][9.0] [DOCS] Remove instances of added in 0.0.0 + unrelated randomness #5155

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 4 commits 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
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.

7 changes: 0 additions & 7 deletions output/schema/schema.json

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

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 @@ -31,7 +31,7 @@ import { SnapshotSort } from '@snapshot/_types/SnapshotInfo'
* 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