services
Link multiple data sources
Call this endpoint to link multiple data sources to an App. The total limit of linked data sources per App is 100. Data Sources linked by this endpoint will have ReadAndWrite default rules.
post/groups/{groupId}/apps/{appId}/multi_data_sources
Path parameters
groupIdstring required
An Atlas Project/Group ID.
appIdstring required
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Request body
Example request
[
{
"name": "first-cluster",
"type": "mongodb-atlas",
"config": {
"clusterName": "Cluster0"
}
}
]Response
No content
Changes
Changed in 2 of the 50 revisions of this API.21
- ▲
added the new path request parameter
appIdnew-request-path-parameter
- ▲
added the new path request parameter
groupIdnew-request-path-parameter
- ▲
- ○
endpoint added
endpoint-added
- ○