From 2985849c513b85a3a0305e8a99f35119137ada9b Mon Sep 17 00:00:00 2001 From: dacharyc Date: Mon, 7 Oct 2024 13:39:42 -0400 Subject: [PATCH 1/2] Provide info on getting the service ID --- source/openapi-admin-v3.yaml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/source/openapi-admin-v3.yaml b/source/openapi-admin-v3.yaml index f37f4ef68..96afeecb2 100644 --- a/source/openapi-admin-v3.yaml +++ b/source/openapi-admin-v3.yaml @@ -5547,10 +5547,14 @@ components: mongo_service_id: type: string description: |- - The `_id` value of the linked MongoDB data source that contains - custom user data. - - See [Get a Data Source](#operation/adminGetService). + The _id value of a linked MongoDB data source. + + You can list services with the the + [Get all services endpoint](#operation/adminListServices). + + Data sources are services whose `type` is "mongodb-atlas". + Use the `_id` value for the data source you want to link to + the Trigger. example: "63c060ed32043ef4c93c2a9c" on_user_creation_function_id: type: string @@ -7847,8 +7851,13 @@ components: type: string description: | The _id value of a linked MongoDB data source. + + You can list services with the the + [Get all services endpoint](#operation/adminListServices). - See [Get a Data Source](#operation/adminGetService). + Data sources are services whose `type` is "mongodb-atlas". + Use the `_id` value for the data source you want to link to + the Trigger. database: type: string description: The name of a database in the linked data source. From 4f4776848cde84a0f603ce546c6226a25fdb4de5 Mon Sep 17 00:00:00 2001 From: Dachary Date: Tue, 8 Oct 2024 09:13:03 -0400 Subject: [PATCH 2/2] Apply suggestions from review Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com> --- source/openapi-admin-v3.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/openapi-admin-v3.yaml b/source/openapi-admin-v3.yaml index 96afeecb2..7be56f5f6 100644 --- a/source/openapi-admin-v3.yaml +++ b/source/openapi-admin-v3.yaml @@ -5549,7 +5549,7 @@ components: description: |- The _id value of a linked MongoDB data source. - You can list services with the the + You can list services with the [Get all services endpoint](#operation/adminListServices). Data sources are services whose `type` is "mongodb-atlas". @@ -7852,7 +7852,7 @@ components: description: | The _id value of a linked MongoDB data source. - You can list services with the the + You can list services with the [Get all services endpoint](#operation/adminListServices). Data sources are services whose `type` is "mongodb-atlas".