lib/purecloudplatformclientv2/api/architect_api.rb in purecloudplatformclientv2-51.0.0 vs lib/purecloudplatformclientv2/api/architect_api.rb in purecloudplatformclientv2-52.0.0
- old
+ new
@@ -3853,11 +3853,11 @@
end
return data, status_code, headers
end
# Get a pageable list of flows, filtered by query parameters
- # Multiple IDs can be specified, in which case all matching flows will be returned, and no other parameters will be evaluated.
+ # If one or more IDs are specified, the search will fetch flows that match the given ID(s) and not use any additional supplied query parameters in the search.
# @param [Hash] opts the optional parameters
# @option opts [Array<String>] :type Type
# @option opts [Integer] :page_number Page number (default to 1)
# @option opts [Integer] :page_size Page size (default to 25)
# @option opts [String] :sort_by Sort by (default to id)
@@ -3880,11 +3880,11 @@
data, _status_code, _headers = get_flows_with_http_info(opts)
return data
end
# Get a pageable list of flows, filtered by query parameters
- # Multiple IDs can be specified, in which case all matching flows will be returned, and no other parameters will be evaluated.
+ # If one or more IDs are specified, the search will fetch flows that match the given ID(s) and not use any additional supplied query parameters in the search.
# @param [Hash] opts the optional parameters
# @option opts [Array<String>] :type Type
# @option opts [Integer] :page_number Page number
# @option opts [Integer] :page_size Page size
# @option opts [String] :sort_by Sort by
@@ -4436,11 +4436,11 @@
end
return data, status_code, headers
end
# Get a pageable list of basic flow information objects filterable by query parameters.
- # This returns a simplified version of /flow consisting of name and type.
+ # This returns a simplified version of /flow consisting of name and type. If one or more IDs are specified, the search will fetch flows that match the given ID(s) and not use any additional supplied query parameters in the search.
# @param [Hash] opts the optional parameters
# @option opts [Array<String>] :type Type
# @option opts [Integer] :page_number Page number (default to 1)
# @option opts [Integer] :page_size Page size (default to 25)
# @option opts [String] :sort_by Sort by (default to id)
@@ -4456,10 +4456,10 @@
data, _status_code, _headers = get_flows_divisionviews_with_http_info(opts)
return data
end
# Get a pageable list of basic flow information objects filterable by query parameters.
- # This returns a simplified version of /flow consisting of name and type.
+ # This returns a simplified version of /flow consisting of name and type. If one or more IDs are specified, the search will fetch flows that match the given ID(s) and not use any additional supplied query parameters in the search.
# @param [Hash] opts the optional parameters
# @option opts [Array<String>] :type Type
# @option opts [Integer] :page_number Page number
# @option opts [Integer] :page_size Page size
# @option opts [String] :sort_by Sort by