Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note regarding upload endpoint for EU instance. #3063

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/testfairy/api-reference/upload-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@

[Lumberyard](/testfairy/platforms/lumberyard)

:::note
For the EU based instance, please the endpoint listed below.

Check notice on line 40 in docs/testfairy/api-reference/upload-api.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/testfairy/api-reference/upload-api.md#L40

[sauce.WordsToAvoid] Avoid usage of 'please'.
Raw output
{"message": "[sauce.WordsToAvoid] Avoid usage of 'please'.", "location": {"path": "docs/testfairy/api-reference/upload-api.md", "range": {"start": {"line": 40, "column": 28}}}, "severity": "INFO"}
```text
https://mobile.eu-central-1.saucelabs.com/api/upload
```

Check warning on line 44 in docs/testfairy/api-reference/upload-api.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/testfairy/api-reference/upload-api.md#L44

[sauce.EOLWhitespace] Remove whitespace characters from the end of the line.
Raw output
{"message": "[sauce.EOLWhitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/testfairy/api-reference/upload-api.md", "range": {"start": {"line": 44, "column": 1}}}, "severity": "WARNING"}
:::

### Upload API

<details>
Expand Down Expand Up @@ -214,6 +222,14 @@

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.

Check notice on line 226 in docs/testfairy/api-reference/upload-api.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/testfairy/api-reference/upload-api.md#L226

[sauce.WordsToAvoid] Avoid usage of 'please'.
Raw output
{"message": "[sauce.WordsToAvoid] Avoid usage of 'please'.", "location": {"path": "docs/testfairy/api-reference/upload-api.md", "range": {"start": {"line": 226, "column": 21}}}, "severity": "INFO"}

```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.
Expand Down
Loading