docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md in pulp_ansible_client-0.16.0 vs docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md in pulp_ansible_client-0.16.1
- old
+ new
@@ -34,12 +34,12 @@
opts = {
deprecated: true, # Boolean |
name: 'name_example', # String |
namespace: 'namespace_example', # String |
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, path, opts)
p result
@@ -57,11 +57,11 @@
**path** | **String**| |
**deprecated** | **Boolean**| | [optional]
**name** | **String**| | [optional]
**namespace** | **String**| | [optional]
**ordering** | [**Array<String>**](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<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
[**Array<CollectionResponse>**](CollectionResponse.md)