v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-09181183330.0 KB
services

Create a data source or third-party service

Create a data source or third-party service [Deprecated].

post/groups/{groupId}/apps/{appId}/services

Request body

OR
OR

Example request

{
  "name": "mongodb-datafederation",
  "type": "datalake"
}

Response

Successfully created.

OR
OR

Example response

{
  "name": "mongodb-datafederation",
  "type": "datalake"
}