sentry-docs icon indicating copy to clipboard operation
sentry-docs copied to clipboard

In the attached API doc, we should add -X POST to the code sample

Open yuval-sentry opened this issue 1 year ago • 1 comments

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

yuval-sentry avatar Mar 08 '24 21:03 yuval-sentry

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] avatar Mar 08 '24 21:03 getsantry[bot]