From 2985849c513b85a3a0305e8a99f35119137ada9b Mon Sep 17 00:00:00 2001 From: dacharyc Date: Mon, 7 Oct 2024 13:39:42 -0400 Subject: [PATCH] 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.