Skip to content

Commit 529969c

Browse files
committed
#119: Updated Open API client
1 parent dff508d commit 529969c

File tree

12 files changed

+2108
-1284
lines changed

12 files changed

+2108
-1284
lines changed

doc/changes/unreleased.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# Unreleased
2+
3+
This release updates the Python API generated from file `openapi.json`.
4+
5+
The following items are added to `open-api.json`:
6+
7+
* `paths` / `/api/v1/accounts/{accountId}/databases/{databaseId}/schedules/{actionId}/state`
8+
* `paths` / `/api/v1/accounts/{accountId}/databases/{databaseId}/schedules/{actionId}/cronRule`
9+
* `components` / `schemas` / `Schedule`
10+
* `components` / `schemas` / `ScheduleState`
11+
12+
## Refactorings
13+
14+
* #119: Updated Open API client

exasol/saas/client/openapi/api/databases/update_schedule_cron_rule.py

Lines changed: 136 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exasol/saas/client/openapi/api/databases/update_schedule_state.py

Lines changed: 136 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exasol/saas/client/openapi/models/__init__.py

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exasol/saas/client/openapi/models/schedule.py

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exasol/saas/client/openapi/models/schedule_state.py

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)