File tree 1 file changed +22
-16
lines changed
rest-api-spec/src/main/resources/rest-api-spec/api
1 file changed +22
-16
lines changed Original file line number Diff line number Diff line change 2
2
"snapshot.cleanup_repository" : {
3
3
"documentation" : " http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html" ,
4
4
"stability" : " stable" ,
5
- "methods" : [" POST" ],
6
5
"url" : {
7
- "paths" : [" /_snapshot/{repository}/_cleanup" ],
8
- "parts" : {
9
- "repository" : {
10
- "type" : " string" ,
11
- "required" : true ,
12
- "description" : " A repository name"
6
+ "paths" : [
7
+ {
8
+ "path" : " /_snapshot/{repository}/_cleanup" ,
9
+ "methods" : [
10
+ " POST"
11
+ ],
12
+ "parts" : {
13
+ "repository" : {
14
+ "type" : " string" ,
15
+ "required" : true ,
16
+ "description" : " A repository name"
17
+ }
18
+ }
13
19
}
20
+ ]
21
+ },
22
+ "params" : {
23
+ "master_timeout" : {
24
+ "type" : " time" ,
25
+ "description" : " Explicit operation timeout for connection to master node"
14
26
},
15
- "params" : {
16
- "master_timeout" : {
17
- "type" : " time" ,
18
- "description" : " Explicit operation timeout for connection to master node"
19
- },
20
- "timeout" : {
21
- "type" : " time" ,
22
- "description" : " Explicit operation timeout"
23
- }
27
+ "timeout" : {
28
+ "type" : " time" ,
29
+ "description" : " Explicit operation timeout"
24
30
}
25
31
},
26
32
"body" : {}
You can’t perform that action at this time.
0 commit comments