Compare commits
1 Commits
master
...
security_e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
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