diff --git a/docs/testfairy/api-reference/rest-api.md b/docs/testfairy/api-reference/rest-api.md index 8e24baecfe..6fbafddd84 100644 --- a/docs/testfairy/api-reference/rest-api.md +++ b/docs/testfairy/api-reference/rest-api.md @@ -50,7 +50,7 @@ Returns a list of all projects (iOS and Android apps) in this account. "status": "ok", "projects": [ { - "id": "19-groupshot", + "id": "6905338", "self": "/projects/19-groupshot", "name":"GroupShot", "packageName":"com.groupshot", @@ -89,7 +89,7 @@ Get all builds in a specific project. Each build is a distinct version that is e "status": "ok", "builds": [ { - "id":8830728, + "id":"8830728", "self":"/projects/6806100-myapplication/builds/8830728", "projectId":"6806100", "appName":"My Application", @@ -140,7 +140,7 @@ Get a specific build of a specific project. Query the /api/1/projects/{proj { "status": "ok", "build": { - "id":8830728, + "id":"8830728", "self":"/projects/6806100-myapplication/builds/8830728", "projectId":"6806100", "appName":"My Application", diff --git a/docs/testfairy/api-reference/upload-api.md b/docs/testfairy/api-reference/upload-api.md index 1aa39c5ead..5388ab0890 100644 --- a/docs/testfairy/api-reference/upload-api.md +++ b/docs/testfairy/api-reference/upload-api.md @@ -185,11 +185,25 @@ In the case of an error, TestFairy returns a JSON with `status` => `fail` and `c ```json title="Sample Response" { - "status": "ok", - "app_name": "Jigsaw Puzzlers", - "app_version": "0.9.5", - "app_url": "https://app.testfairy.com/download/6CWKJCHD60PPVWYJHGM4AADJQYA4SDR0/filename.apk", - "landing_page_url": "https://tsfr.io/3tajti", + "status": "ok", + "build_id": "106410", + "project_id": "61545", + "app_name": "My Demo App", + "app_version": "2.0.2", + "file_size": 2319620, + "build_url": "https://app.testfairy.com/projects/61545/builds/106410", + "download_page_url": "https://tsfr.io/31thr2", + "app_url": "https://app.testfairy.com/download/64R3CE1R6GRK0B9AXMCY77GJWBAW5K7XYV8K0T0CW/getapp", + "invite_testers_url": "https://app.testfairy.com/projects/61545/builds/106410/invite", + "icon_url": "https://s3.amazonaws.com/testfairy/icons/876033/230c74eece00376eb476516755.png", + "options": "video-quality=medium,screenshot-interval=1,session-length=60m,video,logcat,shake,cpu,memory,phone-signal,battery,wifi", + "platform": "iOS", + "tags": [], + "metadata": [], + "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" } ```