test output

This commit is contained in:
2021-06-17 18:50:05 +02:00
parent 9929b38db7
commit 5b1209679b
3 changed files with 15 additions and 7 deletions

View File

@ -32,9 +32,9 @@ paths:
'200':
description: secret response
content:
'text/plain':
'application/json':
schema:
type: string
$ref: '#/components/schemas/TestOutput'
security:
- jwt: ['secret']
/pubkey:
@ -75,3 +75,11 @@ components:
properties:
encAleTuple:
type: string
TestOutput:
description: Test Output
type: object
properties:
message:
type: string
details:
type: object