mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 15:14:16 +08:00
FEATURE: Adding some more api scopes (#20420)
Adds api scopes for - deleting a topic - deleting a post - listing tags
This commit is contained in:
@ -423,6 +423,7 @@ RSpec.describe Admin::ApiController do
|
||||
"users",
|
||||
"email",
|
||||
"posts",
|
||||
"tags",
|
||||
"uploads",
|
||||
"user_status",
|
||||
"global",
|
||||
|
Reference in New Issue
Block a user