Skip to content

Commit 3364db6

Browse files
authored
[Backport][9.0] [DOCS] Remove instances of added in 0.0.0 (#5155)
1 parent d61890b commit 3364db6

File tree

9 files changed

+17
-24
lines changed

9 files changed

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

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
@@ -31,7 +31,7 @@ import { SnapshotSort } from '@snapshot/_types/SnapshotInfo'
3131
* 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.
3232
* Snapshots concurrently created may be seen during an iteration.
3333
* @rest_spec_name snapshot.get
34-
* @availability stack since=0.0.0 stability=stable
34+
* @availability stack stability=stable
3535
* @availability serverless stability=stable visibility=private
3636
* @cluster_privileges monitor_snapshot
3737
* @doc_id snapshot-get

specification/snapshot/get_repository/SnapshotGetRepositoryRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Duration } from '@_types/Time'
2424
/**
2525
* Get snapshot repository information.
2626
* @rest_spec_name snapshot.get_repository
27-
* @availability stack since=0.0.0 stability=stable
27+
* @availability stack stability=stable
2828
* @availability serverless stability=stable visibility=private
2929
* @cluster_privileges monitor_snapshot
3030
* @doc_id snapshot-repo-get

specification/snapshot/restore/SnapshotRestoreRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { IndexSettings } from '@indices/_types/IndexSettings'
4242
*
4343
* If your snapshot contains data from App Search or Workplace Search, you must restore the Enterprise Search encryption key before you restore the snapshot.
4444
* @rest_spec_name snapshot.restore
45-
* @availability stack since=0.0.0 stability=stable
45+
* @availability stack stability=stable
4646
* @availability serverless stability=stable visibility=private
4747
* @cluster_privileges manage
4848
* @doc_id snapshot-restore-api

specification/snapshot/verify_repository/SnapshotVerifyRepositoryRequest.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
* Verify a snapshot repository.
2626
* Check for common misconfigurations in a snapshot repository.
2727
* @rest_spec_name snapshot.verify_repository
28-
* @availability stack since=0.0.0 stability=stable
28+
* @availability stack stability=stable
2929
* @availability serverless stability=stable visibility=private
3030
* @cluster_privileges manage
3131
* @doc_id snapshot-repo-verify

0 commit comments

Comments
 (0)