docs/RepositoriesRpmVersionsApi.md in pulp_rpm_client-3.26.3 vs docs/RepositoriesRpmVersionsApi.md in pulp_rpm_client-3.27.0

- old
+ new

@@ -1,8 +1,8 @@ # PulpRpmClient::RepositoriesRpmVersionsApi -All URIs are relative to *http://localhost:24817* +All URIs are relative to *http://pulp* Method | HTTP request | Description ------------- | ------------- | ------------- [**delete**](RepositoriesRpmVersionsApi.md#delete) | **DELETE** {rpm_rpm_repository_version_href} | Delete a repository version [**list**](RepositoriesRpmVersionsApi.md#list) | **GET** {rpm_rpm_repository_href}versions/ | List repository versions @@ -85,30 +85,29 @@ end api_instance = PulpRpmClient::RepositoriesRpmVersionsApi.new rpm_rpm_repository_href = 'rpm_rpm_repository_href_example' # String | opts = { - content: 'content_example', # String | Content Unit referenced by HREF/PRN - content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas. + 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 | 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_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending) - prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas. 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 pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas. - q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters + q: 'q_example', # String | 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 @@ -124,29 +123,28 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **rpm_rpm_repository_href** | **String**| | - **content** | **String**| Content Unit referenced by HREF/PRN | [optional] - **content__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional] + **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**| 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&lt;Integer&gt;**](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&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] - **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional] **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional] - **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional] + **q** | **String**| | [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