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:
Andrei Prigorshnev
2022-11-24 19:16:28 +04:00
committed by GitHub
parent 9e42473af4
commit 6357a3ce33
6 changed files with 56 additions and 0 deletions
@@ -421,6 +421,7 @@ RSpec.describe Admin::ApiController do
"email",
"posts",
"uploads",
"user_status",
"global",
"badges",
"categories",