convert showsecretkey from bool to enum

api-v1
Quentin Dufour 6 months ago
parent 4f473f43c9
commit 2d37e7fa39
No known key found for this signature in database
GPG Key ID: E9602264D639FF68
  1. 9
      doc/api/garage-admin-v1.yml

@ -382,9 +382,12 @@ paths:
- name: showSecretKey
in: query
schema:
type: boolean
default: false
example: true
type: string
default: "false"
enum:
- "true"
- "false"
example: "true"
required: false
description: "Wether or not the secret key should be returned in the response"
responses:

Loading…
Cancel
Save