Skip to content

Commit

Permalink
UPS-4849 added format query param (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwin1 authored Jan 28, 2025
1 parent 46b045c commit cbf6a93
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions projects/uitpas/reference/uitpas.json
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,21 @@
],
"tags": [
"Events"
],
"parameters": [
{
"schema": {
"type": "string",
"enum": [
"pdf",
"zip"
],
"default": "pdf"
},
"in": "query",
"name": "format",
"description": "format of the result file."
}
]
}
},
Expand Down

0 comments on commit cbf6a93

Please sign in to comment.