From ca8165b1469128075a279e279180ddf9b3ad1848 Mon Sep 17 00:00:00 2001 From: APIs and Common Services team Date: Wed, 28 Jun 2023 20:06:22 +0000 Subject: [PATCH] Automated SDK update This updates the SDK from internal repo commit segmentio/public-api@0fc3584. --- .../com/segment/publicapi/api/DestinationsApi.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/segment/publicapi/api/DestinationsApi.java b/src/main/java/com/segment/publicapi/api/DestinationsApi.java index faca56cf..8ed769f3 100644 --- a/src/main/java/com/segment/publicapi/api/DestinationsApi.java +++ b/src/main/java/com/segment/publicapi/api/DestinationsApi.java @@ -1147,8 +1147,8 @@ private okhttp3.Call listDeliveryMetricsSummaryFromDestinationValidateBeforeCall * List Delivery Metrics Summary from Destination Get an event delivery metrics summary from a * Destination. Based on the granularity chosen, there are restrictions on the time range you * can query: **Minute**: - Max time range: 4 hours - Oldest possible start time: 48 hours in - * the past **Hour**: - Max Time range: 1 week - Oldest possible start time: 10 days in the past - * **Day**: - Max time range: 60 days - Oldest possible start time: 60 days in the past The rate + * the past **Hour**: - Max Time range: 7 days - Oldest possible start time: 7 days in the past + * **Day**: - Max time range: 14 days - Oldest possible start time: 14 days in the past The rate * limit for this endpoint is 60 requests per minute, which is lower than the default due to * access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP * status code with headers indicating the limit parameters. See [Rate @@ -1195,8 +1195,8 @@ private okhttp3.Call listDeliveryMetricsSummaryFromDestinationValidateBeforeCall * List Delivery Metrics Summary from Destination Get an event delivery metrics summary from a * Destination. Based on the granularity chosen, there are restrictions on the time range you * can query: **Minute**: - Max time range: 4 hours - Oldest possible start time: 48 hours in - * the past **Hour**: - Max Time range: 1 week - Oldest possible start time: 10 days in the past - * **Day**: - Max time range: 60 days - Oldest possible start time: 60 days in the past The rate + * the past **Hour**: - Max Time range: 7 days - Oldest possible start time: 7 days in the past + * **Day**: - Max time range: 14 days - Oldest possible start time: 14 days in the past The rate * limit for this endpoint is 60 requests per minute, which is lower than the default due to * access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP * status code with headers indicating the limit parameters. See [Rate @@ -1245,8 +1245,8 @@ private okhttp3.Call listDeliveryMetricsSummaryFromDestinationValidateBeforeCall * List Delivery Metrics Summary from Destination (asynchronously) Get an event delivery metrics * summary from a Destination. Based on the granularity chosen, there are restrictions on the * time range you can query: **Minute**: - Max time range: 4 hours - Oldest possible start time: - * 48 hours in the past **Hour**: - Max Time range: 1 week - Oldest possible start time: 10 days - * in the past **Day**: - Max time range: 60 days - Oldest possible start time: 60 days in the + * 48 hours in the past **Hour**: - Max Time range: 7 days - Oldest possible start time: 7 days + * in the past **Day**: - Max time range: 14 days - Oldest possible start time: 14 days in the * past The rate limit for this endpoint is 60 requests per minute, which is lower than the * default due to access pattern restrictions. Once reached, this endpoint will respond with the * 429 HTTP status code with headers indicating the limit parameters. See [Rate