swag-payments/spec/paths/shops@{shopID}@reports@{reportID}@files@{fileID}@download.yaml

23 lines
548 B
YAML

get:
description: Скачать файл
tags:
- Reports
operationId: downloadFile
parameters:
- $ref: '#/parameters/requestID'
- $ref: '#/parameters/deadline'
- $ref: '#/parameters/shopID'
- $ref: '#/parameters/reportID'
- $ref: '#/parameters/fileID'
responses:
'200':
description: Download link
schema:
$ref: '#/definitions/ReportLink'
'404':
$ref: '#/responses/NotFound'
'401':
$ref: '#/responses/Unauthorized'
'400':
$ref: '#/responses/DefaultLogicError'