swag-payments/spec/paths/processing@shops.yaml
2018-10-22 14:43:35 +03:00

20 lines
413 B
YAML

get:
description: Get all shops
operationId: getShops
tags:
- Shops
parameters:
- $ref: '#/parameters/requestID'
- $ref: '#/parameters/deadline'
responses:
'200':
description: List of shops
schema:
type: array
items:
$ref: '#/definitions/Shop'
'401':
$ref: '#/responses/Unauthorized'
'400':
$ref: '#/responses/DefaultLogicError'