We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b3290 commit 1e802a4Copy full SHA for 1e802a4
cfn-resources/trigger/test/README.md
@@ -49,7 +49,7 @@ we are going to use the application service provided by atlas, in order to use t
49
with this CURL:
50
``` bash
51
curl --request POST \
52
- --url https://services.cloud.mongodb.com/api/admin/v3.0/auth/providers/mongodb-cloud/loginn \
+ --url https://services.cloud.mongodb.com/api/admin/v3.0/auth/providers/mongodb-cloud/login \
53
--header 'Accept: application json' \
54
--header 'Content-Type: application/json' \
55
--data '{"username": {your pub key}, "apiKey": {your pvt key}}'
0 commit comments