convert showsecretkey from bool to enum
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Quentin 2023-11-22 21:05:36 +01:00
parent 4f473f43c9
commit 2d37e7fa39
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 6 additions and 3 deletions

View File

@ -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: