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
13 changes: 13 additions & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Unreleased

## Summary

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

The updated API contains 3 additional fields for object `Schedule`:
* `createdbyID`
* `createdbyFirstName`
* `createdbyLastName`

## Refactorings

* #80: Updated `openapi.json`
27 changes: 27 additions & 0 deletions exasol/saas/client/openapi/models/schedule.py

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

11 changes: 10 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "1.0",
"download": {
"source": "https://cloud.exasol.com/openapi.json",
"timestamp": "2024-09-16T07:47:42.561924+00:00"
"timestamp": "2024-10-09T08:16:21.376250+00:00"
}
},
"servers": [
Expand Down Expand Up @@ -3278,6 +3278,15 @@
"id": {
"type": "string"
},
"createdbyID": {
"type": "string"
},
"createdbyFirstName": {
"type": "string"
},
"createdbyLastName": {
"type": "string"
},
"clusterName": {
"type": "string"
},
Expand Down