Skip to content

Commit

Permalink
fix typos, add skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
shanamatthews committed Jul 14, 2023
1 parent dbd80a4 commit badc6b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/api/projects-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For this guide, we will generate an organization auth token by creating an inter

1. Enter a name for your integration.

1. Under "Permissions" select "Read & Write" in the "Organization" dropdown.
1. Under "Permissions" select TODO SHANA.

Creating a new team requires an auth token with organization write permissions. Listing teams only requires read permissions.

Expand All @@ -40,3 +40,9 @@ For this guide, we will generate an organization auth token by creating an inter
1. Scroll down to the bottom of the page and copy the generated token under "Tokens".

You'll need this token for all your future API calls.

## Create a Projects

## Add an Inbound Data Filter to a Projects

## Update a Client Key's Rate Limits
2 changes: 1 addition & 1 deletion src/api/teams-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You must pass an authentication token along with your API calls to authenticate

For this guide, we will generate an organization auth token by creating an internal integration.

[Internal Integrations](/product/integrations/integration-platform/internal-integration/) can be used to create custom Sentry integrations for your organization. However, they can also be used as a tool to create and manage your organization auth tokens.
[Internal Integrations](/product/integrations/integration-platform/internal-integration/) can be used to create custom Sentry integrations for your organization. They can also be used as a tool to create and manage your organization auth tokens.

1. Open [sentry.io](https://sentry.io/)

Expand Down

0 comments on commit badc6b0

Please sign in to comment.