Skip to content

Commit

Permalink
Edit syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Dec 17, 2024
1 parent 9607276 commit dc70256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { Duration } from '@_types/Time'

/**
* Delete snapshot repositories.
* When a repository is unregistered, Elasticsearch only removes the reference to the location where the repository is storing the snapshots.
* 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
Expand Down
2 changes: 1 addition & 1 deletion specification/snapshot/status/SnapshotStatusRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Duration } from '@_types/Time'
/**
* Get the snapshot status.
* Get a detailed description of the current state for each shard participating in the snapshot.
* Note that this API should only be used to obtain detailed shard-level information for ongoing snapshots.
* Note that this API should be used only to obtain detailed shard-level information for ongoing snapshots.
* If this detail is not needed or you want to obtain information about one or more existing snapshots, use the get snapshot API.
*
* WARNING: Using the API to return the status of any snapshots other than currently running snapshots can be expensive.
Expand Down

0 comments on commit dc70256

Please sign in to comment.