lib/purecloudplatformclientv2/api/groups_api.rb in purecloudplatformclientv2-89.0.0 vs lib/purecloudplatformclientv2/api/groups_api.rb in purecloudplatformclientv2-90.0.0

- old
+ new

@@ -469,22 +469,22 @@ end return data, status_code, headers end # Get group profile - # + # This api is deprecated. Use /api/v2/groups instead # @param group_id groupId # @param [Hash] opts the optional parameters # @option opts [String] :fields Comma separated fields to return. Allowable values can be found by querying /api/v2/fieldconfig?type=group and using the key for the elements returned by the fieldList # @return [GroupProfile] def get_group_profile(group_id, opts = {}) data, _status_code, _headers = get_group_profile_with_http_info(group_id, opts) return data end # Get group profile - # + # This api is deprecated. Use /api/v2/groups instead # @param group_id groupId # @param [Hash] opts the optional parameters # @option opts [String] :fields Comma separated fields to return. Allowable values can be found by querying /api/v2/fieldconfig?type=group and using the key for the elements returned by the fieldList # @return [Array<(GroupProfile, Fixnum, Hash)>] GroupProfile data, response status code and response headers def get_group_profile_with_http_info(group_id, opts = {}) @@ -722,11 +722,11 @@ end return data, status_code, headers end # Get group profile listing - # + # This api is deprecated. Use /api/v2/groups instead. # @param [Hash] opts the optional parameters # @option opts [Integer] :page_size Page size (default to 25) # @option opts [Integer] :page_number Page number (default to 1) # @option opts [Array<String>] :id id # @option opts [String] :sort_order Ascending or descending sort order (default to ASC) @@ -735,10 +735,10 @@ data, _status_code, _headers = get_profiles_groups_with_http_info(opts) return data end # Get group profile listing - # + # This api is deprecated. Use /api/v2/groups instead. # @param [Hash] opts the optional parameters # @option opts [Integer] :page_size Page size # @option opts [Integer] :page_number Page number # @option opts [Array<String>] :id id # @option opts [String] :sort_order Ascending or descending sort order