Skip to content

Commit

Permalink
[bot] Updated client based on openapi-423c2d3/clientgen (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: API Engineering <[email protected]>
Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2023
1 parent b07d17a commit bd1f74d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7a717b3
423c2d3
4 changes: 4 additions & 0 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -72987,6 +72987,10 @@ async def update_online_migration(
body = {
"disable_ssl": bool, # Optional. Enables SSL encryption when connecting to
the source database.
"ignore_dbs": [
"str" # Optional. List of databases that should be ignored during
migration.
],
"source": {
"dbname": "str", # Optional. The name of the default database.
"host": "str", # Optional. The FQDN pointing to the database
Expand Down
4 changes: 4 additions & 0 deletions src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -79862,6 +79862,10 @@ def update_online_migration(
body = {
"disable_ssl": bool, # Optional. Enables SSL encryption when connecting to
the source database.
"ignore_dbs": [
"str" # Optional. List of databases that should be ignored during
migration.
],
"source": {
"dbname": "str", # Optional. The name of the default database.
"host": "str", # Optional. The FQDN pointing to the database
Expand Down

0 comments on commit bd1f74d

Please sign in to comment.