Commit 55430e9 1 parent a040b50 commit 55430e9 Copy full SHA for 55430e9
File tree 1 file changed +8
-3
lines changed
zimaos-local-storage/local_storage
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,13 @@ paths:
255
255
description : |-
256
256
Get a list of all storage, or a single storage by path.
257
257
operationId : getAllStorages
258
+ parameters :
259
+ - name : all
260
+ in : query
261
+ description : including creating raid
262
+ schema :
263
+ type : string
264
+ example : " true"
258
265
tags :
259
266
- Storage methods
260
267
responses :
@@ -267,7 +274,6 @@ paths:
267
274
" 500 " :
268
275
$ref : " #/components/responses/ResponseInternalServerError"
269
276
270
-
271
277
/raid :
272
278
get :
273
279
summary : Get raids
@@ -279,8 +285,7 @@ paths:
279
285
parameters :
280
286
- name : path
281
287
in : query
282
- description : |-
283
- Filter the results by raid
288
+ description : including creating raid
284
289
schema :
285
290
type : string
286
291
example : " /dev/md0"
You can’t perform that action at this time.
0 commit comments