sentry-docs
sentry-docs copied to clipboard
In the attached API doc, we should add -X POST to the code sample
Core or SDK?
Core Sentry product
Which part? Which one?
API docs
Description
See this page: https://docs.sentry.io/api/teams/add-an-organization-member-to-a-team/ the curl example doesn't specify that this is a POST request:
curl https://sentry.io/api/0/organizations/{organization_slug}/members/{member_id}/teams/{team_slug}/ \
-H 'Authorization: Bearer <auth_token>'
Suggested Solution
Please include -X POST
Assigning to @getsentry/support for routing ⏲️