Fixed doc format.

This commit is contained in:
Thorsten Eckel 2014-12-18 16:03:19 +01:00
parent 565058f1b1
commit 441108def8

View file

@ -250,10 +250,10 @@ class UsersController < ApplicationController
# be able to search Users. If requester is only in the
# role 'Customer' he gets a permission denied message.
#
# @parameter term [String] The search term.
# @parameter limit [Integer] The limit of search results.
# @parameter term [String] The search term.
# @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 full [Boolean] Defines if the result should be
# @parameter full [Boolean] Defines if the result should be
# true: { user_ids => [1,2,...], assets => {...} }
# or false: [{:id => user.id, :label => "firstname lastname <email>", :value => "firstname lastname <email>"},...].
#