Skip to content

Commit 943b224

Browse files
authored
Mark repository_verify_integrity API as public (#128244)
Not sure why this was defined as `private` in #112348, it should have been `public`. This commit fixes the visibility so we generate docs for this API.
1 parent 8d79de5 commit 943b224

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)