security experiments

This commit is contained in:
Wolfgang Hottgenroth 2021-12-16 22:22:43 +01:00
parent 67c8d55ad4
commit 0a97b19efd

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