This commit is contained in:
David Arranz 2024-11-08 10:26:45 +01:00
parent 2451693257
commit c91f8494cb
2 changed files with 34 additions and 23 deletions

File diff suppressed because one or more lines are too long

View File

@ -407,7 +407,7 @@ routes.post(
routes.get("/web/events/:id/inscriptions/:email", isAPIKeyUser, eventInscriptionController.checkInscriptionByMail);
/**
* @api {get} /api/v4/web/inscriptions/:id Consultar Inscripción (GetInscription)
* @api {get} /api/v4/web/inscriptions/:id Obtener datos de la Inscripción (GetInscription)
* @apiName GetInscription
* @apiGroup Inscriptions
* @apiVersion 1.0.0