docs/RepositoriesRpmVersionsApi.md in pulp_rpm_client-3.18.9 vs docs/RepositoriesRpmVersionsApi.md in pulp_rpm_client-3.18.10
- old
+ new
@@ -88,26 +88,26 @@
rpm_rpm_repository_href = 'rpm_rpm_repository_href_example' # String |
opts = {
content: 'content_example', # String | Content Unit referenced by HREF
content__in: 'content__in_example', # String | Content Unit referenced by HREF
limit: 56, # Integer | Number of results to return per page.
- number: 56, # Integer |
+ number: 56, # Integer | Filter results where number matches value
number__gt: 56, # Integer | Filter results where number is greater than value
number__gte: 56, # Integer | Filter results where number is greater than or equal to value
number__lt: 56, # Integer | Filter results where number is less than value
number__lte: 56, # Integer | Filter results where number is less than or equal to value
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
offset: 56, # Integer | The initial index from which to return the results.
ordering: ['ordering_example'], # Array<String> | Ordering
- pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
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)
@@ -124,26 +124,26 @@
------------- | ------------- | ------------- | -------------
**rpm_rpm_repository_href** | **String**| |
**content** | **String**| Content Unit referenced by HREF | [optional]
**content__in** | **String**| Content Unit referenced by HREF | [optional]
**limit** | **Integer**| Number of results to return per page. | [optional]
- **number** | **Integer**| | [optional]
+ **number** | **Integer**| Filter results where number matches value | [optional]
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
**number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
**number__lt** | **Integer**| Filter results where number is less than value | [optional]
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
**offset** | **Integer**| The initial index from which to return the results. | [optional]
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
- **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
+ **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
**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<DateTime>**](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<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
[**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<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
[**RepositoryVersionResponse**](RepositoryVersionResponse.md)