Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(DOCSP-44132): Admin API: Triggers & Endpoints - provide info on getting the service ID #862

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions source/openapi-admin-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
dacharyc marked this conversation as resolved.
Show resolved Hide resolved
[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
Expand Down Expand Up @@ -7847,8 +7851,13 @@ components:
type: string
description: |
The _id value of a linked MongoDB data source.

You can list services with the the
dacharyc marked this conversation as resolved.
Show resolved Hide resolved
[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.
Expand Down
Loading