Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Open API #76

Closed
ckunki opened this issue Aug 5, 2024 · 0 comments · Fixed by #77
Closed

Update Open API #76

ckunki opened this issue Aug 5, 2024 · 0 comments · Fixed by #77
Assignees
Labels
refactoring Code improvement without behavior change

Comments

@ckunki
Copy link
Collaborator

ckunki commented Aug 5, 2024

Latest version of upstream openapi contains an additional field "DatabaseSettings" for object Database.
See failed build https://github.com/exasol/saas-api-python/actions/runs/10241476651

"DatabaseSettings": {
    "required": [
        "offloadEnabled"
    ],
    "properties": {
        "offloadEnabled": {
            "type": "boolean"
        }
    },
    "additionalProperties": false,
    "type": "object"
@ckunki ckunki added the refactoring Code improvement without behavior change label Aug 5, 2024
@ckunki ckunki self-assigned this Aug 5, 2024
ckunki added a commit that referenced this issue Aug 5, 2024
@ckunki ckunki closed this as completed in #77 Aug 5, 2024
ckunki added a commit that referenced this issue Aug 5, 2024
* #76: Updated `openapi.json`
* Prepare release 0.9.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant