Compare commits

...

1 Commits

Author SHA1 Message Date
Wolfgang Hottgenroth
0a97b19efd security experiments 2021-12-16 22:22:43 +01:00

View File

@ -211,8 +211,14 @@ paths:
$ref: "#/components/responses/clientSideError"
500:
$ref: "#/components/responses/serverSideError"
security:
- Basic: [ ]
components:
securitySchemes:
Basic:
type: http
scheme: basic
responses:
clientSideError:
description: There is something wrong with the data you sent, look into the response object for details