mirror of
https://github.com/Steffo99/distributed-arcade.git
synced 2024-11-24 00:54:26 +00:00
Fix openapi validation error
This commit is contained in:
parent
34f9033f27
commit
d73a8f31ec
1 changed files with 3 additions and 3 deletions
|
@ -292,11 +292,11 @@ components:
|
|||
securitySchemes:
|
||||
XCreateToken:
|
||||
type: http
|
||||
scheme: "Bearer"
|
||||
scheme: "bearer"
|
||||
bearerFormat: "setInEnvVars"
|
||||
XBoardToken:
|
||||
type: http
|
||||
scheme: "Bearer"
|
||||
scheme: "bearer"
|
||||
bearerFormat: "gVsuzIxgVfRx4RNl"
|
||||
|
||||
parameters:
|
||||
|
@ -341,4 +341,4 @@ components:
|
|||
application/json:
|
||||
schema:
|
||||
type: string
|
||||
example: "Could not connect to Redis"
|
||||
example: "Could not connect to Redis"
|
||||
|
|
Loading…
Reference in a new issue