docs/DistributionsAnsibleApi.md in pulp_ansible_client-0.14.0 vs docs/DistributionsAnsibleApi.md in pulp_ansible_client-0.14.1
- old
+ new
@@ -152,10 +152,11 @@
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
offset: 56, # Integer | The initial index from which to return the results.
ordering: ['ordering_example'], # Array<String> | Ordering
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
+ with_content: 'with_content_example', # String | Filter distributions based on the content served by them
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.
}
begin
@@ -183,9 +184,10 @@
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
**name__startswith** | **String**| Filter results where name starts with value | [optional]
**offset** | **Integer**| The initial index from which to return the results. | [optional]
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
**pulp_label_select** | **String**| Filter labels by search string | [optional]
+ **with_content** | **String**| Filter distributions based on the content served by them | [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]
### Return type