Skip to content

Commit dd889c3

Browse files
DOCSP-12434 fix CURL Request URL for API endpoint (#81)
1 parent 97807e1 commit dd889c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/api/dataLakes-get-one-tenant.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Request
8383
curl -u "{PUBLIC-KEY}:{PRIVATE-KEY}" --digest \
8484
--header "Accept: application/json" \
8585
--header "Content-Type: application/json" \
86-
--request GET "https://cloud.mongodb.com/api/atlas/v1.0/groups/{GROUP-ID}/queryengines/{NAME}?pretty=true"
86+
--request GET "https://cloud.mongodb.com/api/atlas/v1.0/groups/{GROUP-ID}/dataLakes/{NAME}?pretty=true"
8787

8888
Response
8989
~~~~~~~~

0 commit comments

Comments
 (0)