docs/ResponseManagementApi.md in purecloudplatformclientv2-82.0.0 vs docs/ResponseManagementApi.md in purecloudplatformclientv2-83.0.0
- old
+ new
@@ -180,11 +180,12 @@
api_instance = PureCloud::ResponseManagementApi.new
opts = {
page_number: 1, # Integer | Page number
- page_size: 25 # Integer | Page size
+ page_size: 25, # Integer | Page size
+ messaging_template_filter: "messaging_template_filter_example" # String | Returns a list of libraries that contain responses with at least one messaging template defined for a specific message channel
}
begin
#Gets a list of existing response libraries.
result = api_instance.get_responsemanagement_libraries(opts)
@@ -198,9 +199,10 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**page_number** | **Integer**| Page number | [optional] [default to 1] |
**page_size** | **Integer**| Page size | [optional] [default to 25] |
+ **messaging_template_filter** | **String**| Returns a list of libraries that contain responses with at least one messaging template defined for a specific message channel | [optional] <br />**Values**: whatsapp |
{: class="table table-striped"}
### Return type