Skip to content

Commit

Permalink
Provide info on getting the service ID
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Oct 7, 2024
1 parent f0080e2 commit 2985849
Showing 1 changed file with 14 additions and 5 deletions.
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
[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
[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

0 comments on commit 2985849

Please sign in to comment.