swag-payments/spec/paths/processing@accounts@{accountID}.yaml
2018-09-27 09:44:49 +03:00

17 lines
370 B
YAML

get:
description: Get account by ID
operationId: getAccountByID
tags:
- Accounts
parameters:
- $ref: '#/parameters/requestID'
- $ref: '#/parameters/deadline'
- $ref: '#/parameters/accountID'
responses:
'200':
description: Account found
schema:
$ref: '#/definitions/Account'
'404':
$ref: '#/responses/NotFound'