From 59021c2ab2c9c8ad8aeb62a25147a11d5c2ec6e7 Mon Sep 17 00:00:00 2001 From: Kareem Missoumi Date: Thu, 16 Jan 2025 13:55:38 +0100 Subject: [PATCH 1/5] Add note regarding endpoint for EU instance. --- docs/testfairy/api-reference/upload-api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/testfairy/api-reference/upload-api.md b/docs/testfairy/api-reference/upload-api.md index 48894d52f7..0aab6b5274 100644 --- a/docs/testfairy/api-reference/upload-api.md +++ b/docs/testfairy/api-reference/upload-api.md @@ -36,6 +36,10 @@ Streamline your build process and upload APKs or IPAs directly to TestFairy. [Lumberyard](/testfairy/platforms/lumberyard) +:::note +For the EU based instance, please use `https://mobile.eu-central-1.saucelabs.com/api/upload` + + ### Upload API
From afcfc7bdbee8122e101c58d15430a55d9f2727d7 Mon Sep 17 00:00:00 2001 From: Kareem Missoumi Date: Thu, 16 Jan 2025 14:05:16 +0100 Subject: [PATCH 2/5] Add note regarding endpoint for EU instance. --- docs/testfairy/api-reference/upload-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testfairy/api-reference/upload-api.md b/docs/testfairy/api-reference/upload-api.md index 0aab6b5274..403426a22c 100644 --- a/docs/testfairy/api-reference/upload-api.md +++ b/docs/testfairy/api-reference/upload-api.md @@ -38,7 +38,7 @@ Streamline your build process and upload APKs or IPAs directly to TestFairy. :::note For the EU based instance, please use `https://mobile.eu-central-1.saucelabs.com/api/upload` - +::: ### Upload API From f52588fa976df0d6a54fde5fee592c09196fdb08 Mon Sep 17 00:00:00 2001 From: Kareem Missoumi Date: Thu, 16 Jan 2025 14:11:49 +0100 Subject: [PATCH 3/5] Add note regarding endpoint for EU instance. --- docs/testfairy/api-reference/upload-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testfairy/api-reference/upload-api.md b/docs/testfairy/api-reference/upload-api.md index 403426a22c..ca1aafc193 100644 --- a/docs/testfairy/api-reference/upload-api.md +++ b/docs/testfairy/api-reference/upload-api.md @@ -38,7 +38,7 @@ Streamline your build process and upload APKs or IPAs directly to TestFairy. :::note For the EU based instance, please use `https://mobile.eu-central-1.saucelabs.com/api/upload` -::: +::: ### Upload API From f8537cb436a796ce616351148314b04884dc55b9 Mon Sep 17 00:00:00 2001 From: Kareem Missoumi Date: Thu, 16 Jan 2025 14:25:37 +0100 Subject: [PATCH 4/5] How many commits... --- docs/testfairy/api-reference/upload-api.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/testfairy/api-reference/upload-api.md b/docs/testfairy/api-reference/upload-api.md index ca1aafc193..cc9ce313e5 100644 --- a/docs/testfairy/api-reference/upload-api.md +++ b/docs/testfairy/api-reference/upload-api.md @@ -37,8 +37,12 @@ Streamline your build process and upload APKs or IPAs directly to TestFairy. [Lumberyard](/testfairy/platforms/lumberyard) :::note -For the EU based instance, please use `https://mobile.eu-central-1.saucelabs.com/api/upload` -::: +For the EU based instance, please the endpoint listed below. +```text +https://mobile.eu-central-1.saucelabs.com/api/upload +``` + +::: ### Upload API From 0dc11f3aa25fccd5aa9d13385d5e8293dbe0e52e Mon Sep 17 00:00:00 2001 From: Kareem Missoumi Date: Thu, 16 Jan 2025 14:33:29 +0100 Subject: [PATCH 5/5] Deploy is not tracking changes... --- docs/testfairy/api-reference/upload-api.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/testfairy/api-reference/upload-api.md b/docs/testfairy/api-reference/upload-api.md index cc9ce313e5..d7c8e8ca51 100644 --- a/docs/testfairy/api-reference/upload-api.md +++ b/docs/testfairy/api-reference/upload-api.md @@ -222,6 +222,14 @@ In the case of an error, TestFairy returns a JSON with `status` => `fail` and `c To get your API KEY, open your account preferences at https://app.testfairy.com/settings/ and click on **Upload API Key**. +:::note +For the EU instance please use the link listed below. + +```text +https://mobile.eu-central-1.saucelabs.com/settings/access-key +``` +::: + ### How Can I Create a New API Key? To create a new API KEY, click on **Regenerate API Key** on your account preferences page.