Skip to content

Commit 062868c

Browse files
committed
Mark repository_verify_integrity API as public
Not sure why this was defined as `private` in elastic#112348, it should have been `public`. This commit fixes the visibility so we generate docs for this API.
1 parent d10ef76 commit 062868c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/snapshot.repository_verify_integrity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description":"Verifies the integrity of the contents of a snapshot repository"
66
},
77
"stability":"experimental",
8-
"visibility":"private",
8+
"visibility":"public",
99
"headers": {
1010
"accept": [
1111
"application/json"

0 commit comments

Comments
 (0)