Skip to content

Commit

Permalink
UPS-4877 move grouppasses to separate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
erwin1 committed Dec 9, 2024
1 parent 2648907 commit 878d28a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions projects/uitpas/reference/uitpas.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
{
"name": "Financial reports"
},
{
"name": "Grouppasses"
},
{
"name": "Orders"
},
Expand Down Expand Up @@ -2037,9 +2040,6 @@
"/grouppasses": {
"get": {
"summary": "Search grouppasses",
"tags": [
"Passholders"
],
"responses": {
"200": {
"description": "OK",
Expand Down Expand Up @@ -2164,6 +2164,9 @@
"name": "sort[name]",
"description": "Sorts the grouppasses by ti name in ascending or descending order. By default passholders are sorted by name, ascending order."
}
],
"tags": [
"Grouppasses"
]
},
"parameters": []
Expand Down

0 comments on commit 878d28a

Please sign in to comment.