mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
20 lines
413 B
YAML
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'
|