security experiments
This commit is contained in:
parent
67c8d55ad4
commit
0a97b19efd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user