/
MO
mongodb
/
MongoDB Atlas App Services Admin API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 1y ago
View markdown
mongodb
MongoDB Atlas App Services Admin API
patch
Update an authentication provider
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2025-06-09
181
183
330.0 KB
1365ab72bc03
admin
5
apikeys
6
apps
7
authproviders
7
get
List authentication providers in a Atlas App Services App
post
Create an authentication provider
get
Retrieve information about authentication provider
delete
Delete an authentication provider
patch
Update an authentication provider
put
Disable an authentication provider
put
Enable an authentication provider
billing
2
custom-user-data
2
data-api
4
dependencies
1
deploy
13
email
3
endpoints
5
environments
6
event-subscriptions
3
functions
7
graphql
10
hosting
7
log_forwarders
7
logs
1
metrics
1
notifications
7
rules
9
schemas
8
secrets
4
security
15
services
11
sync
2
triggers
6
users
12
values
5
webhooks
5
authproviders
Update an authentication provider
Update an
authentication provider
.
patch
/groups/{groupId}/apps/{appId}/auth_providers/{providerId}
Request body
union
required
AnonymousAuthProvider
required
OR
EmailPasswordAuthProvider
required
OR
ApiKeyAuthProvider
required
OR
CustomJwtAuthProvider
required
OR
CustomFunctionAuthProvider
required
OR
AppleAuthProvider
required
OR
GoogleAuthProvider
required
OR
FacebookAuthProvider
required
Response
Successfully updated.