docs/RepositoriesRpmVersionsApi.md in pulp_rpm_client-3.17.16 vs docs/RepositoriesRpmVersionsApi.md in pulp_rpm_client-3.17.17

- old
+ new

@@ -102,12 +102,12 @@ pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values - 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 repository versions result = api_instance.list(rpm_rpm_repository_href, opts) @@ -138,12 +138,12 @@ **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional] **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional] **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional] **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional] **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [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 [**PaginatedRepositoryVersionResponseList**](PaginatedRepositoryVersionResponseList.md) @@ -178,12 +178,12 @@ end api_instance = PulpRpmClient::RepositoriesRpmVersionsApi.new rpm_rpm_repository_version_href = 'rpm_rpm_repository_version_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 a repository version result = api_instance.read(rpm_rpm_repository_version_href, opts) @@ -197,11 +197,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **rpm_rpm_repository_version_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 [**RepositoryVersionResponse**](RepositoryVersionResponse.md)