-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
refactoringCode improvement without behavior changeCode improvement without behavior change
Description
References
- failed build
- Latest available remote API specification in json format
- differing from the version used to generate the saas-api-python python client.
Impact of potentially breaking changes
- https://github.com/search?q=org%3Aexasol%20api_access&type=code
- https://github.com/search?q=org%3Aexasol+database.Database+lang%3Apython+&type=code
- https://github.com/search?q=org%3Aexasol+create_database+lang%3Apython+&type=code
Instructions
See Developer Guide
API Specification Changes in Detail
In paths
added
/api/v1/accounts/{accountId}/databases/{databaseId}/database_settings
/api/v1/accounts/{accountId}/databases/{databaseId}/upgrade
And
- In
components
/schemas
: addedSetAutoUpdatesDatabase
- In
components
/schemas
/Schedule
/required
removedpayload
And below components
/ schemas
In | Added |
---|---|
CreateDatabase / properties |
numNodes |
Database / properties / settings |
required , properties , additionalProperties |
DatabaseSettings / required |
autoUpdatesEnabled , autoUpdatesHardDisabled , numNodes |
DatabaseSettings / properties |
autoUpdatesEnabled , autoUpdatesHardDisabled , numNodes |
Schedule / properties / action / oneOf / enum |
ActionDatabaseUpgrade |
Metadata
Metadata
Assignees
Labels
refactoringCode improvement without behavior changeCode improvement without behavior change