From eda24442667d35fbf245f386a7068074779207ae Mon Sep 17 00:00:00 2001 From: ibsoln <52778946+ibsoln@users.noreply.github.com> Date: Thu, 5 Aug 2021 11:18:24 +0100 Subject: [PATCH] DOC-8925-C2 -- Add all_dbs endpoint --- .../assets/attachments/sync-gateway-admin.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/modules/ROOT/assets/attachments/sync-gateway-admin.yaml b/modules/ROOT/assets/attachments/sync-gateway-admin.yaml index 1e9eca1d3..5de8e3b85 100644 --- a/modules/ROOT/assets/attachments/sync-gateway-admin.yaml +++ b/modules/ROOT/assets/attachments/sync-gateway-admin.yaml @@ -1813,14 +1813,16 @@ definitions: type: string description: The current status of sgcollect_info all_dbs: - type: object - properties: - db-names: - type: array - description: |+ - A string array containing the names of all databases running on this sync gateway node + # type: object + # properties: + # db-names: + type: array + description: |+ + A string array containing the names of all databases running on this sync gateway node - For example ```["db1","db2"]``` + For example ```["db1","db2"]``` + example: + ["db_1_name", "db_2_name"] ExpVars: type: object