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 15e3a97 commit 7e747e2Copy full SHA for 7e747e2
source/api.txt
@@ -34,6 +34,7 @@ This ``curl`` example retrieves database users for a project:
34
curl --user "{PUBLIC-KEY}:{PRIVATE-KEY}" --digest \
35
--header "Accept: application/json" \
36
--header "Content-Type: application/json" \
37
+ --header "Accept: application/vnd.atlas.2023-01-01+json" \ # update date to desired API version
38
--include \
39
--request GET "https://cloud.mongodbgov.com/api/atlas/v2/groups/{PROJECT-ID}/databaseUsers?pretty=true"
40
0 commit comments