File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
src/idpay/apim/api/idpay_merchants_portal Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2127,10 +2127,9 @@ components:
21272127 X-RateLimit-Reset :
21282128 $ref : " #/components/headers/X-RateLimit-Reset"
21292129 content :
2130- text/csv :
2130+ application/json :
21312131 schema :
2132- type : string
2133- format : binary
2132+ $ref : " #/components/schemas/DownloadReportResponseDTO"
21342133 GET_download_transactions_report_400_Response :
21352134 description : Bad request
21362135 headers :
@@ -3333,6 +3332,14 @@ components:
33333332 description : " ENG: URL to download the invoice file - IT: URL per scaricare il file della fattura"
33343333 required :
33353334 - invoiceUrl
3335+ DownloadReportResponseDTO :
3336+ type : object
3337+ properties :
3338+ reportUrl :
3339+ type : string
3340+ description : " ENG: URL to download the report file - IT: URL per scaricare il file del report"
3341+ required :
3342+ - reportUrl
33363343 ReportedUserCreateResponseDTO :
33373344 type : object
33383345 properties :
You can’t perform that action at this time.
0 commit comments