From 9dc4dd479034c14c9263aca39577faa8a4425203 Mon Sep 17 00:00:00 2001 From: shreybansal-lambdatest Date: Thu, 20 Mar 2025 18:57:22 +0530 Subject: [PATCH] updated buildID --- docs/apis-for-app-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apis-for-app-testing.md b/docs/apis-for-app-testing.md index 6a298fe07..4b099807c 100644 --- a/docs/apis-for-app-testing.md +++ b/docs/apis-for-app-testing.md @@ -94,7 +94,7 @@ To generate public **shareable build link**, run the below cURL command. {`curl 'https://api.lambdatest.com/lshs/api/v1.0/share-item/generate-sharable-link' \ -H 'Content-Type: application/json' \ -u "${YOUR_LAMBDATEST_USERNAME()}:${YOUR_LAMBDATEST_ACCESS_KEY()}" \ - --data-raw '{"entityIds":["buildid"],"entityType":"App Automation Build","expiresAt":7}'`} + --data-raw '{"entityIds":["buildID"],"entityType":"App Automation Build","expiresAt":7}'`}