Module: FreshService::Client::V2::Group::Create

Included in:
FreshService::Client
Defined in:
lib/fresh_service/client/v2/group/create.rb

Instance Method Summary collapse

Instance Method Details

#create_group(options = {}) ⇒ Object

Create a group

Parameters:

  • = (name, description, unassigned_for, agent_ids, members, approval_required)

Returns:

  • Faraday Response

See Also:



14
15
16
# File 'lib/fresh_service/client/v2/group/create.rb', line 14

def create_group(options = {})
  post "/groups", options
end