Skip to content

Commit

Permalink
project permission
Browse files Browse the repository at this point in the history
  • Loading branch information
obostjancic committed Nov 4, 2024
1 parent 17f7cc9 commit f830053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/api/bases/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ProjectReleasePermission(ProjectPermission):
"GET": ["project:read", "project:write", "project:admin", "project:releases", "org:ci"],
"POST": ["project:write", "project:admin", "project:releases", "org:ci"],
"PUT": ["project:write", "project:admin", "project:releases", "org:ci"],
"DELETE": ["project:admin", "project:releases"],
"DELETE": ["project:admin"],
}


Expand Down

0 comments on commit f830053

Please sign in to comment.