docs/DistributionsContainerApi.md in pulp_container_client-2.0.0b2 vs docs/DistributionsContainerApi.md in pulp_container_client-2.0.0b3

- old
+ new

@@ -119,11 +119,11 @@ - **Accept**: application/json ## list -> InlineResponse2003 list(opts) +> InlineResponse2004 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,11 +180,11 @@ **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 -[**InlineResponse2003**](InlineResponse2003.md) +[**InlineResponse2004**](InlineResponse2004.md) ### Authorization [Basic](../README.md#Basic) @@ -249,11 +249,11 @@ - **Accept**: application/json ## read -> ContainerContainerDistributionRead read(container_distribution_href, opts) +> ContainerContainerDistribution read(container_distribution_href, opts) Inspect a container distribution 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. @@ -294,10 +294,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 -[**ContainerContainerDistributionRead**](ContainerContainerDistributionRead.md) +[**ContainerContainerDistribution**](ContainerContainerDistribution.md) ### Authorization [Basic](../README.md#Basic)