mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 17:45:24 +00:00
17 lines
517 B
YAML
17 lines
517 B
YAML
post:
|
|
operationId: createInvoiceAccessToken
|
|
description: Создать новый токен для доступа к указанному инвойсу.
|
|
tags:
|
|
- Invoices
|
|
parameters:
|
|
- $ref: '#/parameters/requestID'
|
|
- $ref: '#/parameters/deadline'
|
|
- $ref: '#/parameters/invoiceID'
|
|
responses:
|
|
'201':
|
|
description: Токен для доступа к инвойсу создан.
|
|
schema:
|
|
$ref: '#/definitions/AccessToken'
|
|
'404':
|
|
$ref: '#/responses/NotFound'
|