Fix typo in api_connexion/openapi/v1.yaml (#9986)

`startd_ate_lte` -> `start_date_lte`
This commit is contained in:
Kaxil Naik 2020-07-25 18:16:10 +01:00 коммит произвёл GitHub
Родитель 81b65bed23
Коммит d3d918cc2f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1882,7 +1882,7 @@ components:
description: >
Returns objects greater or equal the specified date.
This can be combined with startd_ate_lte parameter to receive only the selected period.
This can be combined with start_date_lte parameter to receive only the selected period.
start_date_lte:
type: string
format: date-time
@ -2269,7 +2269,7 @@ components:
description: >
Returns objects greater or equal the specified date.
This can be combined with startd_ate_lte parameter to receive only the selected period.
This can be combined with start_date_lte parameter to receive only the selected period.
FilterStartDateLTE:
in: query
name: start_date_lte