Skip to content

Commit

Permalink
Merge branch 'main' into uitpas/UPS-4883-max-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
erwin1 committed Jan 24, 2025
2 parents 12f5dcc + 3b52f87 commit a18bfa3
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions projects/uitpas/reference/uitpas.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -7308,6 +7296,7 @@
"TICKETSALES_REGISTER",
"EVENTS_UPDATE",
"EVENTS_READ",
"EVENTS_QR_CHECKINCODE",
"CHECKINS_WRITE",
"ORGANIZERS_SEARCH",
"ORGANIZERS_REPORTS",
Expand Down Expand Up @@ -7356,6 +7345,7 @@
"TICKETSALES_REGISTER",
"EVENTS_UPDATE",
"EVENTS_READ",
"EVENTS_QR_CHECKINCODE",
"CHECKINS_WRITE",
"ORGANIZERS_SEARCH",
"ORGANIZERS_REPORTS",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit a18bfa3

Please sign in to comment.