Browse Source

fix(docs): Correct required scopes for bulk action endpoints (#63516)

closes #63468
Isabella Enriquez 1 year ago
parent
commit
b45b41e331
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api-docs/paths/events/project-issues.json

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

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