Skip to content

Commit a0a2707

Browse files
committed
#119: Updated open API client
1 parent c15d493 commit a0a2707

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2817
-638
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/clusters/create_cluster.py

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

exasol/saas/client/openapi/api/clusters/delete_cluster.py

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

exasol/saas/client/openapi/api/clusters/get_cluster.py

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

0 commit comments

Comments
 (0)