docs/ContentCollectionDeprecationsApi.md in pulp_ansible_client-0.16.0 vs docs/ContentCollectionDeprecationsApi.md in pulp_ansible_client-0.16.1

- old
+ new

@@ -89,12 +89,12 @@ offset: 56, # Integer | The initial index from which to return the results. ordering: ['ordering_example'], # Array<String> | Ordering 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 - 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 #List ansible collection deprecateds result = api_instance.list(opts) @@ -113,12 +113,12 @@ **offset** | **Integer**| The initial index from which to return the results. | [optional] **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional] **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] - **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 [**PaginatedansibleCollectionResponseList**](PaginatedansibleCollectionResponseList.md) @@ -153,12 +153,12 @@ end api_instance = PulpAnsibleClient::ContentCollectionDeprecationsApi.new ansible_ansible_collection_deprecated_href = 'ansible_ansible_collection_deprecated_href_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 #Inspect an ansible collection deprecated result = api_instance.read(ansible_ansible_collection_deprecated_href, opts) @@ -172,11 +172,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **ansible_ansible_collection_deprecated_href** | **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 [**AnsibleCollectionResponse**](AnsibleCollectionResponse.md)