security experiments
This commit is contained in:
parent
67c8d55ad4
commit
0a97b19efd
@ -211,8 +211,14 @@ paths:
|
|||||||
$ref: "#/components/responses/clientSideError"
|
$ref: "#/components/responses/clientSideError"
|
||||||
500:
|
500:
|
||||||
$ref: "#/components/responses/serverSideError"
|
$ref: "#/components/responses/serverSideError"
|
||||||
|
security:
|
||||||
|
- Basic: [ ]
|
||||||
|
|
||||||
components:
|
components:
|
||||||
|
securitySchemes:
|
||||||
|
Basic:
|
||||||
|
type: http
|
||||||
|
scheme: basic
|
||||||
responses:
|
responses:
|
||||||
clientSideError:
|
clientSideError:
|
||||||
description: There is something wrong with the data you sent, look into the response object for details
|
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