mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 17:45:24 +00:00
17 lines
419 B
YAML
17 lines
419 B
YAML
get:
|
||
description: Получить данные договора по его ID
|
||
operationId: getContractByID
|
||
tags:
|
||
- Contracts
|
||
parameters:
|
||
- $ref: '#/parameters/requestID'
|
||
- $ref: '#/parameters/deadline'
|
||
- $ref: '#/parameters/contractID'
|
||
responses:
|
||
'200':
|
||
description: Contract found
|
||
schema:
|
||
$ref: '#/definitions/Contract'
|
||
'404':
|
||
$ref: '#/responses/NotFound'
|