FEATURE: Adding some more api scopes (#20420)

Adds api scopes for

- deleting a topic
- deleting a post
- listing tags
This commit is contained in:
Blake Erickson
2023-02-23 08:33:29 -07:00
committed by GitHub
parent a433b30650
commit 5dbdcb3f23
3 changed files with 16 additions and 0 deletions

View File

@ -423,6 +423,7 @@ RSpec.describe Admin::ApiController do
"users",
"email",
"posts",
"tags",
"uploads",
"user_status",
"global",