We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255cc9d commit 7b211bdCopy full SHA for 7b211bd
openapi.yaml
@@ -20269,11 +20269,11 @@ components:
20269
replication_commit_type:
20270
type: string
20271
enum:
20272
- - on
20273
- - local
20274
- - remote_write
20275
- - remote_apply
20276
- - off
+ - 'on'
+ - 'local'
+ - 'remote_write'
+ - 'remote_apply'
+ - 'off'
20277
default: local
20278
example: local
20279
description: |
0 commit comments