Merge remote-tracking branch 'origin/main'

This commit is contained in:
2025-09-22 11:26:43 +02:00
789 changed files with 14011 additions and 16477 deletions
@@ -2,6 +2,7 @@
* @swagger
* components:
<<<<<<< HEAD
<<<<<<< HEAD
=======
* securitySchemes:
* bearerAuth:
@@ -9,6 +10,8 @@
* scheme: bearer
* bearerFormat: JWT
>>>>>>> origin/main
=======
>>>>>>> 83fad59878db015ec8d86bdec1ecbbca0baddfd2
* schemas:
* User:
* type: object
@@ -337,6 +340,9 @@
* type: string
*
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 83fad59878db015ec8d86bdec1ecbbca0baddfd2
* Game:
* type: object
* properties:
@@ -365,8 +371,11 @@
* type: string
* format: date-time
*
<<<<<<< HEAD
=======
>>>>>>> origin/main
=======
>>>>>>> 83fad59878db015ec8d86bdec1ecbbca0baddfd2
* Error:
* type: object
* properties:
@@ -378,6 +387,9 @@
* details:
* type: string
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 83fad59878db015ec8d86bdec1ecbbca0baddfd2
*/
/**
* @swagger
@@ -396,6 +408,7 @@
* responses:
* 200:
* description: Login successful
<<<<<<< HEAD
* content:
* application/json:
* schema:
@@ -435,6 +448,19 @@
* schema:
* $ref: '#/components/schemas/Error'
>>>>>>> origin/main
=======
* content:
* application/json:
* schema:
* $ref: '#/components/schemas/LoginResponse'
* 401:
* description: Invalid credentials
* content:
* application/json:
* schema:
* $ref: '#/components/schemas/Error'
*
>>>>>>> 83fad59878db015ec8d86bdec1ecbbca0baddfd2
*
* /api/users/create:
* post:
@@ -1498,6 +1524,9 @@
* schema:
* $ref: '#/components/schemas/Contact'
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 83fad59878db015ec8d86bdec1ecbbca0baddfd2
*
* /api/games/start:
* post:
@@ -1655,8 +1684,11 @@
* description: Game already started or not ready to start
* 500:
* description: Internal server error
<<<<<<< HEAD
=======
>>>>>>> origin/main
=======
>>>>>>> 83fad59878db015ec8d86bdec1ecbbca0baddfd2
*/
export {};