docs/DistributionsContainerApi.md in pulp_container_client-2.13.2 vs docs/DistributionsContainerApi.md in pulp_container_client-2.13.3

- old
+ new

@@ -211,10 +211,11 @@ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value namespace__name: 'namespace__name_example', # String | 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 @@ -243,9 +244,10 @@ **name__startswith** | **String**| Filter results where name starts with value | [optional] **namespace__name** | **String**| | [optional] **offset** | **Integer**| The initial index from which to return the results. | [optional] **ordering** | [**Array&lt;String&gt;**](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