Skip to content

Commit 0432f8b

Browse files
committed
Fix typos and synch -> semi_synch
1 parent 59798fe commit 0432f8b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

openapi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3701,7 +3701,7 @@ paths:
37013701
- databases:read_write
37023702
responses:
37033703
'200':
3704-
description: Request to delete Databse backup successful.
3704+
description: Request to delete Database backup successful.
37053705
content:
37063706
application/json:
37073707
schema:
@@ -4475,7 +4475,7 @@ paths:
44754475
- databases:read_write
44764476
responses:
44774477
'200':
4478-
description: Request to delete Databse backup successful.
4478+
description: Request to delete Database backup successful.
44794479
content:
44804480
application/json:
44814481
schema:
@@ -5251,7 +5251,7 @@ paths:
52515251
- databases:read_write
52525252
responses:
52535253
'200':
5254-
description: Request to delete Databse backup successful.
5254+
description: Request to delete Database backup successful.
52555255
content:
52565256
application/json:
52575257
schema:
@@ -19920,17 +19920,17 @@ components:
1992019920
type: string
1992119921
enum:
1992219922
- none
19923-
- synch
1992419923
- asynch
19924+
- semi_synch
1992519925
example: semi_synch
1992619926
description: |
1992719927
The replication method used for the Managed Database.
1992819928

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.
1993019930

1993119931
Must be `none` for a single node cluster.
1993219932

19933-
Must be `asynch` or `synch` for a high availability cluster.
19933+
Must be `asynch` or `semi_synch` for a high availability cluster.
1993419934
x-linode-cli-display: 99
1993519935
replication_commit_type:
1993619936
type: string
@@ -19947,7 +19947,7 @@ components:
1994719947

1994819948
Must be `local` or `off` for the `asynch` replication type.
1994919949

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.
1995119951
x-linode-cli-display: 100
1995219952
port:
1995319953
type: integer

0 commit comments

Comments
 (0)