I’m trying to use the REST API to setup project’s integration (slack) and alerts rules
I aim to write an ansible plugin to manage sentry projects.
Steps to Reproduce
[Create a project on sentry]
[Send a PUT request on /api/0/projects/<organization_slug>/<project_slug>/slack/]
Whatever payload I send, server reply with 403 error code (forbidden), even with a token which have all possible privileges selected in /settings/account/api/auth-tokens/.