docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md in pulp_ansible_client-0.15.0 vs docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md in pulp_ansible_client-0.15.1
- old
+ new
@@ -31,12 +31,12 @@
api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.new
distro_base_path = 'distro_base_path_example' # String |
filename = 'filename_example' # String |
path = '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
api_instance.download(distro_base_path, filename, path, opts)
rescue PulpAnsibleClient::ApiError => e
@@ -50,11 +50,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**distro_base_path** | **String**| |
**filename** | **String**| |
**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<String>**](String.md)| A list of fields to include in the response. | [optional]
+ **exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
### Return type
nil (empty response body)