SUPPORT-9561: add header data to openapi file
This commit is contained in:
parent
32e3b6620f
commit
70b4bdf0c4
1 changed files with 7 additions and 0 deletions
|
|
@ -138,6 +138,13 @@ paths:
|
|||
summary: Получение выписки
|
||||
operationId: getExcerptFile
|
||||
description: Получение выписки по журналу взаимодействий с ЕРВУ
|
||||
parameters:
|
||||
- name: Client-Time-Zone
|
||||
in: header
|
||||
required: true
|
||||
description: Таймзона клиента
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue