mirror of
https://github.com/Steffo99/distributed-arcade.git
synced 2024-11-27 18:44:24 +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:
|
securitySchemes:
|
||||||
XCreateToken:
|
XCreateToken:
|
||||||
type: http
|
type: http
|
||||||
scheme: "Bearer"
|
scheme: "bearer"
|
||||||
bearerFormat: "setInEnvVars"
|
bearerFormat: "setInEnvVars"
|
||||||
XBoardToken:
|
XBoardToken:
|
||||||
type: http
|
type: http
|
||||||
scheme: "Bearer"
|
scheme: "bearer"
|
||||||
bearerFormat: "gVsuzIxgVfRx4RNl"
|
bearerFormat: "gVsuzIxgVfRx4RNl"
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -341,4 +341,4 @@ components:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
example: "Could not connect to Redis"
|
example: "Could not connect to Redis"
|
||||||
|
|
Loading…
Reference in a new issue