From 5682b4955eae3f10a073191c20adeaf728ddd44e Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Sun, 2 Apr 2023 16:52:01 -0400 Subject: [PATCH] Checking PR annotation Signed-off-by: Fanit Kolchina --- _api-reference/snapshots/get-snapshot.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_api-reference/snapshots/get-snapshot.md b/_api-reference/snapshots/get-snapshot.md index 1b875e0..7ef93d0 100644 --- a/_api-reference/snapshots/get-snapshot.md +++ b/_api-reference/snapshots/get-snapshot.md @@ -89,4 +89,6 @@ Upon success, the response returns snapshot information: | duration_in_millis | long | Total time (in milliseconds) that the snapshot creation process lasted. | | failures | array | Failures, if any, that occured during snapshot creation. | | shards | object | Total number of shards created along with number of successful and failed shards. | -| state | string | Snapshot status. Possible values: `IN_PROGRESS`, `SUCCESS`, `FAILED`, `PARTIAL`. | \ No newline at end of file +| state | string | Snapshot status. Possible values: `IN_PROGRESS`, `SUCCESS`, `FAILED`, `PARTIAL`. | + +Checkout this branch. \ No newline at end of file