Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uitpas/ups 4951 #403

Merged
merged 3 commits into from
Sep 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion projects/uitpas/reference/uitpas.json
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@
}
},
"operationId": "get-passholders",
"description": "Retrieve passholders based on search parameters.\n\nNote: by default passholders in the response are alphabetically sorted by name.\n\nThe caller of this request must have `PASSHOLDERS_SEARCH` or `PASSHOLDERS_SEARCH_ALL` permission.",
"description": "Retrieve passholders based on search parameters.\n\nNote: by default passholders in the response are alphabetically sorted by name.\n\nThe caller of this request must have `PASSHOLDERS_SEARCH` or `PASSHOLDERS_SEARCH_BY_ID` or `PASSHOLDERS_SEARCH_ALL` permission. \n\nIn case of `PASSHOLDERS_SEARCH` permission, passholder results are filtered based on the allowed card systems of the caller, unless searched by one of the ID fields:\n* `uitpasNumber`\n* `chipNumber`\n* `inszNumber`\n* `uitidId`\n\nIn case of `PASSHOLDERS_SEARCH_BY_ID` permission, the caller can only make use of those ID fields.",
"security": [
{
"USER_ACCESS_TOKEN": []
Expand Down Expand Up @@ -6294,6 +6294,7 @@
"ORGANIZERS_REPORTS",
"PASSHOLDERS_SEARCH",
"PASSHOLDERS_SEARCH_ALL",
"PASSHOLDERS_SEARCH_BY_ID",
"PASSHOLDERS_WRITE",
"PASSHOLDERS_UPDATE",
"PASSHOLDERS_DELETE",
Expand Down Expand Up @@ -6336,6 +6337,7 @@
"ORGANIZERS_REPORTS",
"PASSHOLDERS_SEARCH",
"PASSHOLDERS_SEARCH_ALL",
"PASSHOLDERS_SEARCH_BY_ID",
"PASSHOLDERS_WRITE",
"PASSHOLDERS_UPDATE",
"PASSHOLDERS_DELETE",
Expand Down
Loading