Skip to content

Commit 55430e9

Browse files
committed
1 parent a040b50 commit 55430e9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

zimaos-local-storage/local_storage/openapi.yaml

+8-3
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,13 @@ paths:
255255
description: |-
256256
Get a list of all storage, or a single storage by path.
257257
operationId: getAllStorages
258+
parameters:
259+
- name: all
260+
in: query
261+
description: including creating raid
262+
schema:
263+
type: string
264+
example: "true"
258265
tags:
259266
- Storage methods
260267
responses:
@@ -267,7 +274,6 @@ paths:
267274
"500":
268275
$ref: "#/components/responses/ResponseInternalServerError"
269276

270-
271277
/raid:
272278
get:
273279
summary: Get raids
@@ -279,8 +285,7 @@ paths:
279285
parameters:
280286
- name: path
281287
in: query
282-
description: |-
283-
Filter the results by raid
288+
description: including creating raid
284289
schema:
285290
type: string
286291
example: "/dev/md0"

0 commit comments

Comments
 (0)