convert showsecretkey from bool to enum
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

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

View file

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