Skip to content

Commit 40bcb88

Browse files
authored
Merge pull request #636 from bbiggerr/fix/dbaas-create-updates
[Fix] Managed MySQL Database Create - remove updates request property
2 parents 8bd51fc + 11cffa9 commit 40bcb88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

openapi.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3448,7 +3448,7 @@ paths:
34483448
allow_list:
34493449
$ref: '#/components/schemas/DatabaseMySQLRequest/properties/allow_list'
34503450
updates:
3451-
$ref: '#/components/schemas/DatabaseMySQLRequest/properties/updates'
3451+
$ref: '#/components/schemas/DatabaseMySQL/properties/updates'
34523452
responses:
34533453
'200':
34543454
description: Managed Database updated successfully.
@@ -18072,8 +18072,6 @@ components:
1807218072
$ref: '#/components/schemas/DatabaseMySQL/properties/ssl_connection'
1807318073
replication_type:
1807418074
$ref: '#/components/schemas/DatabaseMySQL/properties/replication_type'
18075-
updates:
18076-
$ref: '#/components/schemas/DatabaseMySQL/properties/updates'
1807718075
DatabaseSSL:
1807818076
type: object
1807918077
description: Managed Database SSL object.

0 commit comments

Comments
 (0)