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

- old
+ new

@@ -100,12 +100,12 @@ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched version: 'version_example', # String | Filter results where version matches value - 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(name, namespace, opts) p result @@ -131,12 +131,12 @@ **repository_version** | **String**| Repository Version referenced by HREF | [optional] **repository_version_added** | **String**| Repository Version referenced by HREF | [optional] **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional] **tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional] **version** | **String**| Filter results where version matches value | [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 [**PaginatedCollectionVersionListResponseList**](PaginatedCollectionVersionListResponseList.md) @@ -173,12 +173,12 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionsVersionsApi.new name = 'name_example' # String | namespace = 'namespace_example' # String | version = 'version_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(name, namespace, version, opts) p result @@ -193,11 +193,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **name** | **String**| | **namespace** | **String**| | **version** | **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 [**CollectionVersionResponse**](CollectionVersionResponse.md)