Skip to content

Commit

Permalink
#80: Updated openapi.json (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki authored Oct 9, 2024
1 parent 61641d3 commit 333f37c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
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

0 comments on commit 333f37c

Please sign in to comment.