mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-30 16:59:54 +00:00
convert showsecretkey from bool to enum
This commit is contained in:
@@ -382,9 +382,12 @@ paths:
|
|||||||
- name: showSecretKey
|
- name: showSecretKey
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: string
|
||||||
default: false
|
default: "false"
|
||||||
example: true
|
enum:
|
||||||
|
- "true"
|
||||||
|
- "false"
|
||||||
|
example: "true"
|
||||||
required: false
|
required: false
|
||||||
description: "Wether or not the secret key should be returned in the response"
|
description: "Wether or not the secret key should be returned in the response"
|
||||||
responses:
|
responses:
|
||||||
|
|||||||
Reference in New Issue
Block a user