docs/AnsibleCollectionsApi.md in pulp_ansible_client-0.16.0 vs docs/AnsibleCollectionsApi.md in pulp_ansible_client-0.16.1
- old
+ new
@@ -34,12 +34,12 @@
limit: 56, # Integer | Number of results to return per page.
name: 'name_example', # String |
namespace: 'namespace_example', # String |
offset: 56, # Integer | The initial index from which to return the results.
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
#List collections
result = api_instance.list(opts)
@@ -57,11 +57,11 @@
**limit** | **Integer**| Number of results to return per page. | [optional]
**name** | **String**| | [optional]
**namespace** | **String**| | [optional]
**offset** | **Integer**| The initial index from which to return the results. | [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
[**PaginatedansibleCollectionResponseList**](PaginatedansibleCollectionResponseList.md)