Skip to content

Commit 821291f

Browse files
authored
#112: Updated open API client (#113)
* #112: Updated open API client * Exclude generated files from sonar
1 parent bf4fa33 commit 821291f

File tree

8 files changed

+492
-3
lines changed

8 files changed

+492
-3
lines changed

doc/changes/unreleased.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Unreleased
22

3+
This release updates the Python API generated from file `openapi.json`.
4+
5+
Changes to `open-api.json` in detail:
6+
* added `paths` / `/api/v1/accounts/{accountId}/databases/{databaseId}/dlhc-activate`
7+
* added `components` / `schemas` / `DlhcActivateStatus`
8+
39
## Refactorings
410

5-
* #110: Updated exasol-toolbox to 1.6.0 & activated sonar
11+
* #110: Updated exasol-toolbox to 1.6.0 & activated sonar
12+
* #112: Updated open API client

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

Lines changed: 114 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/get_dlhc_activate_status.py

Lines changed: 171 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: 2 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)