Skip to content

Commit

Permalink
[TF-2105] Build specific landing page (#3017)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-sarrafi authored Nov 20, 2024
1 parent ead7363 commit 9435fa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/testfairy/api-reference/upload-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
Expand Down

0 comments on commit 9435fa4

Please sign in to comment.