mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
FEATURE: Add api scope for search endpoint (#19955)
Adds two new api scopes for the /search endpoints: - `/search.json?q=term` - `/search/query.json?term=term` see: https://meta.discourse.org/t/search-api-key-permissions/227244
This commit is contained in:
@ -428,6 +428,7 @@ RSpec.describe Admin::ApiController do
|
||||
"global",
|
||||
"badges",
|
||||
"categories",
|
||||
"search",
|
||||
"wordpress",
|
||||
)
|
||||
end
|
||||
|
Reference in New Issue
Block a user