docs/DistributionsContainerApi.md in pulp_container_client-2.1.0 vs docs/DistributionsContainerApi.md in pulp_container_client-2.1.1
- old
+ new
@@ -119,11 +119,11 @@
- **Accept**: application/json
## list
-> InlineResponse2004 list(opts)
+> PaginatedcontainerContainerDistributionResponseList list(opts)
List container distributions
The Container Distribution will serve the latest version of a Repository if ``repository`` is specified. The Container Distribution will serve a specific repository version if ``repository_version``. Note that **either** ``repository`` or ``repository_version`` can be set on a Container Distribution, but not both.
@@ -180,10 +180,10 @@
**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
-[**InlineResponse2004**](InlineResponse2004.md)
+[**PaginatedcontainerContainerDistributionResponseList**](PaginatedcontainerContainerDistributionResponseList.md)
### Authorization
[basicAuth](../README.md#basicAuth)