getsentry / sentry-docs

Sentry's documentation (and tools to build it)
https://docs.sentry.io
Other
336 stars 1.48k forks source link

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

Open yuval-sentry opened 8 months ago

yuval-sentry commented 8 months ago

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

getsantry[bot] commented 8 months ago

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] commented 4 months ago

Routing to @getsentry/product-owners-apis for triage ⏲️

sentaur-athena commented 4 months ago

We're moving away from these docs soon (some time in August) and the migration to new docs will solve this.