docs/PulpAnsibleApiV3Api.md in pulp_ansible_client-0.16.0 vs docs/PulpAnsibleApiV3Api.md in pulp_ansible_client-0.16.1
- old
+ new
@@ -29,12 +29,12 @@
end
api_instance = PulpAnsibleClient::PulpAnsibleApiV3Api.new
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
result = api_instance.read(path, opts)
p result
@@ -47,11 +47,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**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
[**RepoMetadataResponse**](RepoMetadataResponse.md)