Fixed doc format.
This commit is contained in:
parent
565058f1b1
commit
441108def8
1 changed files with 3 additions and 3 deletions
|
@ -250,10 +250,10 @@ class UsersController < ApplicationController
|
||||||
# be able to search Users. If requester is only in the
|
# be able to search Users. If requester is only in the
|
||||||
# role 'Customer' he gets a permission denied message.
|
# role 'Customer' he gets a permission denied message.
|
||||||
#
|
#
|
||||||
# @parameter term [String] The search term.
|
# @parameter term [String] The search term.
|
||||||
# @parameter limit [Integer] The limit of search results.
|
# @parameter limit [Integer] The limit of search results.
|
||||||
# @parameter role_ids(multi) [Array<String>] A list of Role identifiers to which the Users have to be allocated to.
|
# @parameter role_ids(multi) [Array<String>] A list of Role identifiers to which the Users have to be allocated to.
|
||||||
# @parameter full [Boolean] Defines if the result should be
|
# @parameter full [Boolean] Defines if the result should be
|
||||||
# true: { user_ids => [1,2,...], assets => {...} }
|
# true: { user_ids => [1,2,...], assets => {...} }
|
||||||
# or false: [{:id => user.id, :label => "firstname lastname <email>", :value => "firstname lastname <email>"},...].
|
# or false: [{:id => user.id, :label => "firstname lastname <email>", :value => "firstname lastname <email>"},...].
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue