Skip to content

Commit 53ad5c8

Browse files
authored
DOC-8925-C2 -- Add all_dbs endpoint (#531)
1 parent bbc9bd8 commit 53ad5c8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

modules/ROOT/assets/attachments/sync-gateway-admin.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,14 +1813,16 @@ definitions:
18131813
type: string
18141814
description: The current status of sgcollect_info
18151815
all_dbs:
1816-
type: object
1817-
properties:
1818-
db-names:
1819-
type: array
1820-
description: |+
1821-
A string array containing the names of all databases running on this sync gateway node
1816+
# type: object
1817+
# properties:
1818+
# db-names:
1819+
type: array
1820+
description: |+
1821+
A string array containing the names of all databases running on this sync gateway node
18221822
1823-
For example ```["db1","db2"]```
1823+
For example ```["db1","db2"]```
1824+
example:
1825+
["db_1_name", "db_2_name"]
18241826

18251827
ExpVars:
18261828
type: object

0 commit comments

Comments
 (0)