docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md in pulp_ansible_client-0.15.0 vs docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md in pulp_ansible_client-0.15.1

- old
+ new

@@ -94,12 +94,12 @@ limit: 56, # Integer | Number of results to return per page. name: 'name_example', # String | namespace: 'namespace_example', # String | offset: 56, # Integer | The initial index from which to return the results. ordering: ['ordering_example'], # Array<String> | Ordering - fields: 'fields_example', # String | A list of fields to include in the response. - exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response. + fields: ['fields_example'], # Array<String> | A list of fields to include in the response. + exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response. } begin result = api_instance.list(distro_base_path, opts) p result @@ -118,12 +118,12 @@ **limit** | **Integer**| Number of results to return per page. | [optional] **name** | **String**| | [optional] **namespace** | **String**| | [optional] **offset** | **Integer**| The initial index from which to return the results. | [optional] **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional] - **fields** | **String**| A list of fields to include in the response. | [optional] - **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional] + **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional] + **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional] ### Return type [**PaginatedCollectionResponseList**](PaginatedCollectionResponseList.md) @@ -160,12 +160,12 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.new distro_base_path = 'distro_base_path_example' # String | name = 'name_example' # String | namespace = 'namespace_example' # String | opts = { - fields: 'fields_example', # String | A list of fields to include in the response. - exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response. + fields: ['fields_example'], # Array<String> | A list of fields to include in the response. + exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response. } begin result = api_instance.read(distro_base_path, name, namespace, opts) p result @@ -180,11 +180,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **distro_base_path** | **String**| | **name** | **String**| | **namespace** | **String**| | - **fields** | **String**| A list of fields to include in the response. | [optional] - **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional] + **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional] + **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional] ### Return type [**CollectionResponse**](CollectionResponse.md)