docs/RepositoriesAnsibleApi.md in pulp_ansible_client-0.17.5 vs docs/RepositoriesAnsibleApi.md in pulp_ansible_client-0.18.0
- old
+ new
@@ -259,10 +259,11 @@
config.password = 'YOUR PASSWORD'
end
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
opts = {
+ latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
limit: 56, # Integer | Number of results to return per page.
name: 'name_example', # String | Filter results where name matches value
name__contains: 'name__contains_example', # String | Filter results where name contains value
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -279,10 +280,11 @@
retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
+ with_content: 'with_content_example', # String | Content Unit referenced by HREF
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
@@ -297,10 +299,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+ **latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
**limit** | **Integer**| Number of results to return per page. | [optional]
**name** | **String**| Filter results where name matches value | [optional]
**name__contains** | **String**| Filter results where name contains value | [optional]
**name__icontains** | **String**| Filter results where name contains value | [optional]
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -317,9 +320,10 @@
**retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
**retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
+ **with_content** | **String**| Content Unit referenced by HREF | [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