Skip to content

Commit 9dbd60b

Browse files
committed
move deprecated options below non deprecated options as per linter
1 parent afc8e1d commit 9dbd60b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/api/components/schemas.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,11 +1317,6 @@ Database:
13171317
keypath:
13181318
description: The key path (private key) for X.509 bucket auth
13191319
type: string
1320-
kv_tls_port:
1321-
description: The Memcached TLS port. This value is ignored, a port has to be specified in the connection string.
1322-
deprecated: true
1323-
type: integer
1324-
default: 11207
13251320
local_doc_expiry_secs:
13261321
description: The number of seconds before a `_local` document should expire.
13271322
type: integer
@@ -1809,6 +1804,11 @@ Database:
18091804
enum:
18101805
- DCP
18111806
deprecated: true
1807+
kv_tls_port:
1808+
description: The Memcached TLS port. This value is ignored, a port has to be specified in the connection string.
1809+
deprecated: true
1810+
type: integer
1811+
default: 11207
18121812
num_index_replicas:
18131813
description: |-
18141814
**Deprecated, please use the database setting `index.num_replicas` instead**

0 commit comments

Comments
 (0)