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

- old
+ new

@@ -29,12 +29,12 @@ end api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.new distro_base_path = 'distro_base_path_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, opts) p result @@ -47,11 +47,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **distro_base_path** | **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 [**RepoMetadataResponse**](RepoMetadataResponse.md)