diff --git a/projects/uitpas/reference/uitpas.json b/projects/uitpas/reference/uitpas.json index c045b76f..4dd53df3 100644 --- a/projects/uitpas/reference/uitpas.json +++ b/projects/uitpas/reference/uitpas.json @@ -1605,26 +1605,14 @@ ], "get": { "summary": "Get event QR checkin code as download link", - "operationId": "get-events-qr-checkincdes-downloadlink", + "operationId": "get-events-qr-checkincodes-downloadlink", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "downloadLink": { - "type": "string", - "x-stoplight": { - "id": "g8c5z7be3lp76" - }, - "description": "Download link for the QR checkin code" - } - }, - "required": [ - "downloadLink" - ] + "$ref": "#/components/schemas/DownloadLinkResponse" }, "examples": { "Example": { @@ -7308,6 +7296,7 @@ "TICKETSALES_REGISTER", "EVENTS_UPDATE", "EVENTS_READ", + "EVENTS_QR_CHECKINCODE", "CHECKINS_WRITE", "ORGANIZERS_SEARCH", "ORGANIZERS_REPORTS", @@ -7356,6 +7345,7 @@ "TICKETSALES_REGISTER", "EVENTS_UPDATE", "EVENTS_READ", + "EVENTS_QR_CHECKINCODE", "CHECKINS_WRITE", "ORGANIZERS_SEARCH", "ORGANIZERS_REPORTS", @@ -9348,6 +9338,25 @@ "required": [ "pictureUrl" ] + }, + "DownloadLinkResponse": { + "title": "DownloadLinkResponse", + "x-stoplight": { + "id": "a922luo99cksx" + }, + "type": "object", + "properties": { + "downloadLink": { + "type": "string", + "x-stoplight": { + "id": "3opxrhpcw3s6u" + }, + "description": "Download link for the requested file" + } + }, + "required": [ + "downloadLink" + ] } }, "securitySchemes": {