Skip to content

Commit 8e59421

Browse files
committed
1 parent 3e15eb2 commit 8e59421

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zimaos-local-storage/local_storage/openapi.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ paths:
260260
in: query
261261
description: including creating raid
262262
schema:
263-
type: string
264-
example: "true"
263+
type: boolean
264+
example: true
265265
tags:
266266
- Storage methods
267267
responses:
@@ -294,8 +294,8 @@ paths:
294294
description: |-
295295
Filter the results by raid
296296
schema:
297-
type: string
298-
example: "true"
297+
type: boolean
298+
example: true
299299
responses:
300300
"200":
301301
$ref: "#/components/responses/GetRaidsResponseOK"

0 commit comments

Comments
 (0)