Browse Source

fix(api-docs): Correct scope (#32093)

Marcos Gaeta 3 years ago
parent
commit
8f2636c36f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-docs/paths/events/project-issues.json

+ 1 - 1
api-docs/paths/events/project-issues.json

@@ -133,7 +133,7 @@
     },
     "security": [
       {
-        "auth_token": ["project:read"]
+        "auth_token": ["event:read"]
       }
     ]
   },