mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 13:35:20 -05:00
FEATURE: User Status API (#19149)
This adds API scope for the user status. This also adds a get method to the user status controller. We didn't need a dedicated method that returns status before because the server returns status with user objects, but I think we need to provide this method for API clients.
This commit is contained in:
@@ -421,6 +421,7 @@ RSpec.describe Admin::ApiController do
|
||||
"email",
|
||||
"posts",
|
||||
"uploads",
|
||||
"user_status",
|
||||
"global",
|
||||
"badges",
|
||||
"categories",
|
||||
|
||||
Reference in New Issue
Block a user