test output
This commit is contained in:
12
openapi.yaml
12
openapi.yaml
@ -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
|
||||
|
Reference in New Issue
Block a user