Browse Source

fix: API Docs for dsym endpoint only required project:write (#45767)

Daniel Griesser 2 years ago
parent
commit
c1578af656
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-docs/paths/projects/dsyms.json

+ 1 - 1
api-docs/paths/projects/dsyms.json

@@ -157,7 +157,7 @@
     },
     },
     "security": [
     "security": [
       {
       {
-        "auth_token": ["project:admin"]
+        "auth_token": ["project:write"]
       }
       }
     ]
     ]
   }
   }