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.
2 parents 10c3433 + 7b211bd commit 4928c3fCopy full SHA for 4928c3f
openapi.yaml
@@ -20348,11 +20348,11 @@ components:
20348
replication_commit_type:
20349
type: string
20350
enum:
20351
- - on
20352
- - local
20353
- - remote_write
20354
- - remote_apply
20355
- - off
+ - 'on'
+ - 'local'
+ - 'remote_write'
+ - 'remote_apply'
+ - 'off'
20356
default: local
20357
example: local
20358
description: |
0 commit comments