1
Fork 0
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:
Steffo 2023-01-09 12:43:06 +01:00 committed by GitHub
parent 34f9033f27
commit d73a8f31ec
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"