Skip to content

Commit 37cb0b2

Browse files
markstorylizokm
andauthored
Apply suggestions from code review
Co-authored-by: Liza Mock <[email protected]>
1 parent f148f9d commit 37cb0b2

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/api/index.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,15 @@ Sentry's web API is **v0** and under development. Public endpoints, especially t
2121
- [Tutorial: Create a Sentry Authentication Token](/api/guides/create-auth-token/)
2222
- [Tutorial: Create and List Teams with the Sentry API](/api/guides/teams-tutorial/)
2323

24-
## Finding the API base domain
24+
## Choosing the Right API Base Domain
2525

26-
While many of the API examples use `sentry.io` as the host for API endpoints, if
27-
you want to take advantage of [data storage location](/organization/data-storage-location/#what-types-of-data-are-stored-where) you should use the region
28-
specific domains instead.
26+
While many of our APIs use `sentry.io` as the host for API endpoints, if
27+
you want to indicate a specific [data storage location](/organization/data-storage-location/#what-types-of-data-are-stored-where), you should use region-specific domains.
2928

3029
- US region is hosted on `us.sentry.io`
3130
- DE region is hosted on `de.sentry.io`.
3231

33-
To find out which API resources are available on region base domains see [what
32+
To find out which API resources are available on region-based domains, see [what
3433
types of data are stored
3534
where](/organization/data-storage-location/#what-types-of-data-are-stored-where) for more information.
3635

docs/organization/data-storage-location/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ Metadata that lets Sentry identify an organization will be replicated out of the
5757

5858
## Using Data Storage Location APIs
5959

60-
To ensure that your API requests are only processed within your selected data storage location use the region specific domain for your data storage location:
60+
To ensure that your API requests are only processed within your selected data storage location, use the region-specific domain:
6161

6262
| **Data Storage Location** | **API domain** |
6363
| ----------------------------- | -------------- |
6464
| United States of America (US) | us.sentry.io |
6565
| European Union (EU) | de.sentry.io |
6666

67-
For [data stored in the US](#data-stored-in-us) your API domain should be `sentry.io`.
67+
For [data stored in the US](#data-stored-in-us), your API domain should be `sentry.io`.
6868

6969
## Switching Data Storage Locations for Existing Organizations
7070

0 commit comments

Comments
 (0)