mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
add getReport method
This commit is contained in:
parent
a4de49dd4f
commit
4f519abd22
16
spec/paths/shops@{shopID}@reports@{reportID}.yaml
Normal file
16
spec/paths/shops@{shopID}@reports@{reportID}.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
get:
|
||||||
|
description: Получить отчет по данному идентификатору
|
||||||
|
tags:
|
||||||
|
- Reports
|
||||||
|
operationId: getReport
|
||||||
|
parameters:
|
||||||
|
- $ref: '#/parameters/requestID'
|
||||||
|
- $ref: '#/parameters/shopID'
|
||||||
|
- $ref: '#/parameters/reportID'
|
||||||
|
responses:
|
||||||
|
'200':
|
||||||
|
description: Найденный отчет
|
||||||
|
schema:
|
||||||
|
$ref: '#/definitions/Report'
|
||||||
|
'404':
|
||||||
|
$ref: '#/responses/NotFound'
|
Loading…
Reference in New Issue
Block a user