Browse Source

snapshots doc: Repository Verification `verify` example fix

Replace `my_backup` in the example line by `s3_repository` to match
the example above.
gaelL 9 years ago
parent
commit
58355430f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/snapshots.asciidoc

+ 1 - 1
docs/reference/modules/snapshots.asciidoc

@@ -186,7 +186,7 @@ The verification process can also be executed manually by running the following
 
 [source,js]
 -----------------------------------
-POST /_snapshot/my_backup/_verify
+POST /_snapshot/s3_repository/_verify
 -----------------------------------
 // AUTOSENSE