diff --git a/docs/testfairy/api-reference/upload-api.md b/docs/testfairy/api-reference/upload-api.md index 5388ab0890..48894d52f7 100644 --- a/docs/testfairy/api-reference/upload-api.md +++ b/docs/testfairy/api-reference/upload-api.md @@ -203,7 +203,8 @@ In the case of an error, TestFairy returns a JSON with `status` => `fail` and `c "has_testfairy_sdk": true, "symbols_download_url": "https://app.testfairy.com/api/1/projects/61545/builds/106410/symbols/download/", "attachments": null, - "landing_page_url": "https://tsfr.io/31thr2" + "landing_page_url": "https://app.testfairy.com/join/31thr2", + "build_specific_landing_page_url": "https://app.testfairy.com/join/31thr2?id=106410" } ```