Skip to content

Commit

Permalink
Automated SDK update
Browse files Browse the repository at this point in the history
This updates the SDK from internal repo commit segmentio/public-api@0fc3584.
  • Loading branch information
APIs and Common Services team committed Jun 28, 2023
1 parent 87f327c commit ca8165b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/java/com/segment/publicapi/api/DestinationsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ca8165b

Please sign in to comment.