Skip to content

Commit 23b81fa

Browse files
dacharyccbullinger
andauthored
(DOCSP-44132): Admin API: Triggers & Endpoints - provide info on getting the service ID (#862)
* Provide info on getting the service ID * Apply suggestions from review Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com> --------- Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com>
1 parent f0080e2 commit 23b81fa

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

source/openapi-admin-v3.yaml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5547,10 +5547,14 @@ components:
55475547
mongo_service_id:
55485548
type: string
55495549
description: |-
5550-
The `_id` value of the linked MongoDB data source that contains
5551-
custom user data.
5552-
5553-
See [Get a Data Source](#operation/adminGetService).
5550+
The _id value of a linked MongoDB data source.
5551+
5552+
You can list services with the
5553+
[Get all services endpoint](#operation/adminListServices).
5554+
5555+
Data sources are services whose `type` is "mongodb-atlas".
5556+
Use the `_id` value for the data source you want to link to
5557+
the Trigger.
55545558
example: "63c060ed32043ef4c93c2a9c"
55555559
on_user_creation_function_id:
55565560
type: string
@@ -7847,8 +7851,13 @@ components:
78477851
type: string
78487852
description: |
78497853
The _id value of a linked MongoDB data source.
7854+
7855+
You can list services with the
7856+
[Get all services endpoint](#operation/adminListServices).
78507857
7851-
See [Get a Data Source](#operation/adminGetService).
7858+
Data sources are services whose `type` is "mongodb-atlas".
7859+
Use the `_id` value for the data source you want to link to
7860+
the Trigger.
78527861
database:
78537862
type: string
78547863
description: The name of a database in the linked data source.

0 commit comments

Comments
 (0)