Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/api/permissions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ Events in Sentry are immutable and can only be deleted by deleting the whole iss
Be aware that if you're using `sentry-cli` to [manage your releases](/cli/releases/), you'll need a token which also has `org:read` scope.

</Alert>

<Alert level="info" title="Project Access">

In addition to the `project:releases` scope, mutations on releases (create, update, delete, file uploads, deploys) require that the user has access to **all** projects associated with the release. If your organization has [Open Membership](/organization/membership/#open-membership) disabled, members can only modify releases for projects belonging to teams they are a member of.

</Alert>
Loading