@@ -55,7 +55,8 @@ public static class ListProductCatalogSKUsOptionalParameters {
5555 *
5656 * @param asOfDate The date the returned prices, allotments, and pricing tiers are effective as
5757 * of, in <code>YYYY-MM-DD</code> format. Defaults to the date of the request, and must not
58- * be later than it. (optional)
58+ * be later than it. Set it to a date in a past billing period to reconcile that period
59+ * against the prices that were in effect then, rather than today's. (optional)
5960 * @return ListProductCatalogSKUsOptionalParameters
6061 */
6162 public ListProductCatalogSKUsOptionalParameters asOfDate (OffsetDateTime asOfDate ) {
@@ -69,8 +70,9 @@ public ListProductCatalogSKUsOptionalParameters asOfDate(OffsetDateTime asOfDate
6970 *
7071 * <p>See {@link #listProductCatalogSKUsWithHttpInfo}.
7172 *
72- * @param version The version of the product catalog contract to return. <code>v1</code> is the
73- * latest. (required)
73+ * @param version The version of the product catalog response contract to return. <code>v1</code>
74+ * is the latest. This is independent of the <code>/api/v2</code> path segment, which is the
75+ * version of the Datadog API itself. (required)
7476 * @return ProductCatalogSKUsResponse
7577 * @throws ApiException if fails to make API call
7678 */
@@ -86,8 +88,9 @@ version, new ListProductCatalogSKUsOptionalParameters())
8688 *
8789 * <p>See {@link #listProductCatalogSKUsWithHttpInfoAsync}.
8890 *
89- * @param version The version of the product catalog contract to return. <code>v1</code> is the
90- * latest. (required)
91+ * @param version The version of the product catalog response contract to return. <code>v1</code>
92+ * is the latest. This is independent of the <code>/api/v2</code> path segment, which is the
93+ * version of the Datadog API itself. (required)
9194 * @return CompletableFuture<ProductCatalogSKUsResponse>
9295 */
9396 public CompletableFuture <ProductCatalogSKUsResponse > listProductCatalogSKUsAsync (
@@ -105,8 +108,9 @@ version, new ListProductCatalogSKUsOptionalParameters())
105108 *
106109 * <p>See {@link #listProductCatalogSKUsWithHttpInfo}.
107110 *
108- * @param version The version of the product catalog contract to return. <code>v1</code> is the
109- * latest. (required)
111+ * @param version The version of the product catalog response contract to return. <code>v1</code>
112+ * is the latest. This is independent of the <code>/api/v2</code> path segment, which is the
113+ * version of the Datadog API itself. (required)
110114 * @param parameters Optional parameters for the request.
111115 * @return ProductCatalogSKUsResponse
112116 * @throws ApiException if fails to make API call
@@ -122,8 +126,9 @@ public ProductCatalogSKUsResponse listProductCatalogSKUs(
122126 *
123127 * <p>See {@link #listProductCatalogSKUsWithHttpInfoAsync}.
124128 *
125- * @param version The version of the product catalog contract to return. <code>v1</code> is the
126- * latest. (required)
129+ * @param version The version of the product catalog response contract to return. <code>v1</code>
130+ * is the latest. This is independent of the <code>/api/v2</code> path segment, which is the
131+ * version of the Datadog API itself. (required)
127132 * @param parameters Optional parameters for the request.
128133 * @return CompletableFuture<ProductCatalogSKUsResponse>
129134 */
@@ -150,8 +155,9 @@ public CompletableFuture<ProductCatalogSKUsResponse> listProductCatalogSKUsAsync
150155 * by that code in ascending order. The whole catalog is returned in a single response, so this
151156 * endpoint is not paginated.
152157 *
153- * @param version The version of the product catalog contract to return. <code>v1</code> is the
154- * latest. (required)
158+ * @param version The version of the product catalog response contract to return. <code>v1</code>
159+ * is the latest. This is independent of the <code>/api/v2</code> path segment, which is the
160+ * version of the Datadog API itself. (required)
155161 * @param parameters Optional parameters for the request.
156162 * @return ApiResponse<ProductCatalogSKUsResponse>
157163 * @throws ApiException if fails to make API call
@@ -218,8 +224,9 @@ public ApiResponse<ProductCatalogSKUsResponse> listProductCatalogSKUsWithHttpInf
218224 *
219225 * <p>See {@link #listProductCatalogSKUsWithHttpInfo}.
220226 *
221- * @param version The version of the product catalog contract to return. <code>v1</code> is the
222- * latest. (required)
227+ * @param version The version of the product catalog response contract to return. <code>v1</code>
228+ * is the latest. This is independent of the <code>/api/v2</code> path segment, which is the
229+ * version of the Datadog API itself. (required)
223230 * @param parameters Optional parameters for the request.
224231 * @return CompletableFuture<ApiResponse<ProductCatalogSKUsResponse>>
225232 */
0 commit comments