Adding documentation for crr/gyms
Jenkins Production Deployment

This commit is contained in:
2022-01-09 18:44:44 +01:00
parent ac29860075
commit 6f7069fdcb
4 changed files with 426 additions and 94 deletions
@@ -26,7 +26,7 @@ export const raPlaMiddlewareRouter = express.Router();
* 400:
* description: Wrong parameters, see response body for detailed information
* 500:
* description: A server error occured. Please try again. If this issue persists, contact the admin.
* description: A server error occurred. Please try again. If this issue persists, contact the admin.
* parameters:
* - in: query
* name: user
@@ -51,13 +51,13 @@ export const raPlaMiddlewareRouter = express.Router();
* required: false
* description: The chosen elective module which is not to be filtered out
* schema:
* type: number
* type: integer
* - in: query
* name: pflicht
* required: false
* description: The chosen profile module which is not to be filtered out
* schema:
* type: number
* type: integer
*/
raPlaMiddlewareRouter.get('/', async (req: Request, res: Response) => {
try {