OpenAPI specification of admin APIv1 #672

Merged
lx merged 15 commits from api-v1 into main 2023-11-29 15:42:47 +00:00
Showing only changes of commit 2d37e7fa39 - Show all commits

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: