You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/guides/teams-tutorial.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ We recommend using a free [Sentry developer account](https://sentry.io/pricing/)
23
23
24
24
## List an Organization's Teams
25
25
26
-
First, you will use the [List an Organization's Teams](/api/teams/list-an-organizations-teams/) API to list all the teams in our organization.
26
+
First, you will use the [List an Organization's Teams](/api/teams/list-an-organizations-teams/) API to list all the teams in your organization.
27
27
28
28
### Find your organization ID
29
29
@@ -87,7 +87,7 @@ You can find your organization ID in the browser URL of your Sentry instance. Fo
87
87
88
88
The output gives you details about the teams within the specified organization.
89
89
90
-
If your organization has enough teams, the API will return paginated results. See our docs on [Pagination](/api/pagination/) to learn how to handle paginated results.
90
+
If your organization has enough teams, the API will return paginated results. See Sentry's docs on [Pagination](/api/pagination/) to learn how to handle paginated results.
91
91
92
92
1.[Optional] To list information about the projects associated with each team you can set the `detailed` query parameter to `1`:
0 commit comments