docs/ContentModulemdsApi.md in pulp_rpm_client-3.19.1 vs docs/ContentModulemdsApi.md in pulp_rpm_client-3.19.2
- old
+ new
@@ -83,10 +83,14 @@
config.password = 'YOUR PASSWORD'
end
api_instance = PulpRpmClient::ContentModulemdsApi.new
opts = {
+ arch: 'arch_example', # String | Filter results where arch matches value
+ arch__in: ['arch__in_example'], # Array<String> | Filter results where arch is in a comma-separated list of values
+ context: 'context_example', # String | Filter results where context matches value
+ context__in: ['context__in_example'], # Array<String> | Filter results where context is in a comma-separated list of values
limit: 56, # Integer | Number of results to return per page.
name: 'name_example', # String | Filter results where name matches value
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
offset: 56, # Integer | The initial index from which to return the results.
ordering: ['ordering_example'], # Array<String> | Ordering
@@ -94,10 +98,12 @@
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
sha256: 'sha256_example', # String |
stream: 'stream_example', # String | Filter results where stream matches value
stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
+ version: 'version_example', # String | Filter results where version matches value
+ version__in: ['version__in_example'], # Array<String> | Filter results where version is in a comma-separated list of values
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
@@ -112,10 +118,14 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+ **arch** | **String**| Filter results where arch matches value | [optional]
+ **arch__in** | [**Array<String>**](String.md)| Filter results where arch is in a comma-separated list of values | [optional]
+ **context** | **String**| Filter results where context matches value | [optional]
+ **context__in** | [**Array<String>**](String.md)| Filter results where context is in a comma-separated list of values | [optional]
**limit** | **Integer**| Number of results to return per page. | [optional]
**name** | **String**| Filter results where name matches value | [optional]
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
**offset** | **Integer**| The initial index from which to return the results. | [optional]
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
@@ -123,9 +133,11 @@
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
**sha256** | **String**| | [optional]
**stream** | **String**| Filter results where stream matches value | [optional]
**stream__in** | [**Array<String>**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
+ **version** | **String**| Filter results where version matches value | [optional]
+ **version__in** | [**Array<String>**](String.md)| Filter results where version is in a comma-separated list of values | [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