We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692272c commit 351bcbfCopy full SHA for 351bcbf
app/controllers/api/v1/admin/roles_controller.rb
@@ -28,7 +28,7 @@ class RolesController < ApiController
28
ensure_authorized('ManageRoles')
29
end
30
31
- # POST /api/v1/admin/roles.json
+ # GET /api/v1/admin/roles.json
32
# Fetches and returns the list of roles
33
def index
34
sort_config = config_sorting(allowed_columns: %w[name])
0 commit comments