Skip to content

Commit 7b211bd

Browse files
committed
Correct enum for replication_commit_type
1 parent 255cc9d commit 7b211bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20269,11 +20269,11 @@ components:
2026920269
replication_commit_type:
2027020270
type: string
2027120271
enum:
20272-
- on
20273-
- local
20274-
- remote_write
20275-
- remote_apply
20276-
- off
20272+
- 'on'
20273+
- 'local'
20274+
- 'remote_write'
20275+
- 'remote_apply'
20276+
- 'off'
2027720277
default: local
2027820278
example: local
2027920279
description: |

0 commit comments

Comments
 (0)