@@ -3701,7 +3701,7 @@ paths:
3701
3701
- databases:read_write
3702
3702
responses:
3703
3703
'200':
3704
- description: Request to delete Databse backup successful.
3704
+ description: Request to delete Database backup successful.
3705
3705
content:
3706
3706
application/json:
3707
3707
schema:
@@ -4475,7 +4475,7 @@ paths:
4475
4475
- databases:read_write
4476
4476
responses:
4477
4477
'200':
4478
- description: Request to delete Databse backup successful.
4478
+ description: Request to delete Database backup successful.
4479
4479
content:
4480
4480
application/json:
4481
4481
schema:
@@ -5251,7 +5251,7 @@ paths:
5251
5251
- databases:read_write
5252
5252
responses:
5253
5253
'200':
5254
- description: Request to delete Databse backup successful.
5254
+ description: Request to delete Database backup successful.
5255
5255
content:
5256
5256
application/json:
5257
5257
schema:
@@ -19920,17 +19920,17 @@ components:
19920
19920
type: string
19921
19921
enum:
19922
19922
- none
19923
- - synch
19924
19923
- asynch
19924
+ - semi_synch
19925
19925
example: semi_synch
19926
19926
description: |
19927
19927
The replication method used for the Managed Database.
19928
19928
19929
- Defaults to `none` for a single node cluster and `asynch ` for a high availability cluster.
19929
+ Defaults to `none` for a single cluster and `semi_synch ` for a high availability cluster.
19930
19930
19931
19931
Must be `none` for a single node cluster.
19932
19932
19933
- Must be `asynch` or `synch ` for a high availability cluster.
19933
+ Must be `asynch` or `semi_synch ` for a high availability cluster.
19934
19934
x-linode-cli-display: 99
19935
19935
replication_commit_type:
19936
19936
type: string
@@ -19947,7 +19947,7 @@ components:
19947
19947
19948
19948
Must be `local` or `off` for the `asynch` replication type.
19949
19949
19950
- Must be `on`, `remote_write`, or `remote_apply` for the `synch ` replication type.
19950
+ Must be `on`, `remote_write`, or `remote_apply` for the `semi_synch ` replication type.
19951
19951
x-linode-cli-display: 100
19952
19952
port:
19953
19953
type: integer
0 commit comments