Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Unreleased

This release updates the Python API generated from file `openapi.json`.

Changes to `open-api.json` in detail:
* added `paths` / `/api/v1/accounts/{accountId}/databases/{databaseId}/dlhc-activate`
* added `components` / `schemas` / `DlhcActivateStatus`

## Refactorings

* #110: Updated exasol-toolbox to 1.6.0 & activated sonar
* #110: Updated exasol-toolbox to 1.6.0 & activated sonar
* #112: Updated open API client
114 changes: 114 additions & 0 deletions exasol/saas/client/openapi/api/databases/dlhc_activate.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

171 changes: 171 additions & 0 deletions exasol/saas/client/openapi/api/databases/get_dlhc_activate_status.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions exasol/saas/client/openapi/models/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading