From 0ef13dd6957b84263e6199604ffb7390bcf802bc Mon Sep 17 00:00:00 2001 From: Tor Colvin Date: Fri, 23 Aug 2024 10:45:32 -0400 Subject: [PATCH] CBG-4191 Correct version numbers in api docs, shorten to 3.2 --- docs/api/admin-capella.yaml | 2 +- docs/api/admin.yaml | 2 +- docs/api/public.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/admin-capella.yaml b/docs/api/admin-capella.yaml index 8042a4f19b..507faaf79b 100644 --- a/docs/api/admin-capella.yaml +++ b/docs/api/admin-capella.yaml @@ -10,7 +10,7 @@ openapi: 3.0.3 info: title: App Services Admin API description: 'App Services manages access and synchronization between Couchbase Lite and Couchbase Capella' - version: 3.3.0 + version: '3.2' license: name: Business Source License 1.1 (BSL) url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE' diff --git a/docs/api/admin.yaml b/docs/api/admin.yaml index c70e006d5b..e8ad5b6f36 100644 --- a/docs/api/admin.yaml +++ b/docs/api/admin.yaml @@ -10,7 +10,7 @@ openapi: 3.0.3 info: title: Sync Gateway description: Sync Gateway manages access and synchronization between Couchbase Lite and Couchbase Server - version: 3.3.0 + version: '3.2' license: name: Business Source License 1.1 (BSL) url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE' diff --git a/docs/api/public.yaml b/docs/api/public.yaml index faba4520bb..de0c5b27c2 100644 --- a/docs/api/public.yaml +++ b/docs/api/public.yaml @@ -10,7 +10,7 @@ openapi: 3.0.3 info: title: Sync Gateway description: Sync Gateway manages access and synchronization between Couchbase Lite and Couchbase Server - version: 3.3.0 + version: '3.2' license: name: Business Source License 1.1 (BSL) url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'