Skip to content

Commit 4214b1b

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@23ba389a.
1 parent 2ebec2f commit 4214b1b

File tree

2 files changed

+39
-12
lines changed

2 files changed

+39
-12
lines changed

docs/DestinationsApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public class Example {
9797
9898
Create Destination Subscription
9999

100-
Creates a new Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information.
100+
Creates a new Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 250 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 Limiting](/#tag/Rate-Limits) for more information.
101101

102102
### Example
103103

@@ -622,7 +622,7 @@ public class Example {
622622
623623
Remove Subscription from Destination
624624

625-
Deletes an existing Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information.
625+
Deletes an existing Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 250 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 Limiting](/#tag/Rate-Limits) for more information.
626626

627627
### Example
628628

@@ -772,7 +772,7 @@ public class Example {
772772
773773
Update Subscription for Destination
774774

775-
Updates an existing Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information.
775+
Updates an existing Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 250 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 Limiting](/#tag/Rate-Limits) for more information.
776776

777777
### Example
778778

src/main/java/com/segment/publicapi/api/DestinationsApi.java

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,10 @@ private okhttp3.Call createDestinationSubscriptionValidateBeforeCall(
361361
* **Alpha** testing. Please submit any feedback by sending an email to [email protected]. •
362362
* In order to successfully call this endpoint, the specified Workspace needs to have the
363363
* Destination Subscriptions feature enabled. Please reach out to your customer success manager
364-
* for more information.
364+
* for more information. The rate limit for this endpoint is 250 requests per minute, which is
365+
* lower than the default due to access pattern restrictions. Once reached, this endpoint will
366+
* respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate
367+
* Limiting](/#tag/Rate-Limits) for more information.
365368
*
366369
* @param destinationId (required)
367370
* @param createDestinationSubscriptionAlphaInput (required)
@@ -392,7 +395,10 @@ public CreateDestinationSubscription200Response createDestinationSubscription(
392395
* **Alpha** testing. Please submit any feedback by sending an email to [email protected]. •
393396
* In order to successfully call this endpoint, the specified Workspace needs to have the
394397
* Destination Subscriptions feature enabled. Please reach out to your customer success manager
395-
* for more information.
398+
* for more information. The rate limit for this endpoint is 250 requests per minute, which is
399+
* lower than the default due to access pattern restrictions. Once reached, this endpoint will
400+
* respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate
401+
* Limiting](/#tag/Rate-Limits) for more information.
396402
*
397403
* @param destinationId (required)
398404
* @param createDestinationSubscriptionAlphaInput (required)
@@ -426,7 +432,10 @@ public CreateDestinationSubscription200Response createDestinationSubscription(
426432
* This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to
427433
* [email protected]. • In order to successfully call this endpoint, the specified Workspace
428434
* needs to have the Destination Subscriptions feature enabled. Please reach out to your
429-
* customer success manager for more information.
435+
* customer success manager for more information. The rate limit for this endpoint is 250
436+
* requests per minute, which is lower than the default due to access pattern restrictions. Once
437+
* reached, this endpoint will respond with the 429 HTTP status code with headers indicating the
438+
* limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
430439
*
431440
* @param destinationId (required)
432441
* @param createDestinationSubscriptionAlphaInput (required)
@@ -1724,7 +1733,10 @@ private okhttp3.Call removeSubscriptionFromDestinationValidateBeforeCall(
17241733
* endpoint is in **Alpha** testing. Please submit any feedback by sending an email to
17251734
* [email protected]. • In order to successfully call this endpoint, the specified Workspace
17261735
* needs to have the Destination Subscriptions feature enabled. Please reach out to your
1727-
* customer success manager for more information.
1736+
* customer success manager for more information. The rate limit for this endpoint is 250
1737+
* requests per minute, which is lower than the default due to access pattern restrictions. Once
1738+
* reached, this endpoint will respond with the 429 HTTP status code with headers indicating the
1739+
* limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
17281740
*
17291741
* @param destinationId (required)
17301742
* @param id (required)
@@ -1752,7 +1764,10 @@ public RemoveSubscriptionFromDestination200Response removeSubscriptionFromDestin
17521764
* endpoint is in **Alpha** testing. Please submit any feedback by sending an email to
17531765
* [email protected]. • In order to successfully call this endpoint, the specified Workspace
17541766
* needs to have the Destination Subscriptions feature enabled. Please reach out to your
1755-
* customer success manager for more information.
1767+
* customer success manager for more information. The rate limit for this endpoint is 250
1768+
* requests per minute, which is lower than the default due to access pattern restrictions. Once
1769+
* reached, this endpoint will respond with the 429 HTTP status code with headers indicating the
1770+
* limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
17561771
*
17571772
* @param destinationId (required)
17581773
* @param id (required)
@@ -1783,7 +1798,10 @@ public RemoveSubscriptionFromDestination200Response removeSubscriptionFromDestin
17831798
* subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending
17841799
* an email to [email protected]. • In order to successfully call this endpoint, the specified
17851800
* Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to
1786-
* your customer success manager for more information.
1801+
* your customer success manager for more information. The rate limit for this endpoint is 250
1802+
* requests per minute, which is lower than the default due to access pattern restrictions. Once
1803+
* reached, this endpoint will respond with the 429 HTTP status code with headers indicating the
1804+
* limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
17871805
*
17881806
* @param destinationId (required)
17891807
* @param id (required)
@@ -2147,7 +2165,10 @@ private okhttp3.Call updateSubscriptionForDestinationValidateBeforeCall(
21472165
* endpoint is in **Alpha** testing. Please submit any feedback by sending an email to
21482166
* [email protected]. • In order to successfully call this endpoint, the specified Workspace
21492167
* needs to have the Destination Subscriptions feature enabled. Please reach out to your
2150-
* customer success manager for more information.
2168+
* customer success manager for more information. The rate limit for this endpoint is 250
2169+
* requests per minute, which is lower than the default due to access pattern restrictions. Once
2170+
* reached, this endpoint will respond with the 429 HTTP status code with headers indicating the
2171+
* limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
21512172
*
21522173
* @param destinationId (required)
21532174
* @param id (required)
@@ -2180,7 +2201,10 @@ public UpdateSubscriptionForDestination200Response updateSubscriptionForDestinat
21802201
* endpoint is in **Alpha** testing. Please submit any feedback by sending an email to
21812202
* [email protected]. • In order to successfully call this endpoint, the specified Workspace
21822203
* needs to have the Destination Subscriptions feature enabled. Please reach out to your
2183-
* customer success manager for more information.
2204+
* customer success manager for more information. The rate limit for this endpoint is 250
2205+
* requests per minute, which is lower than the default due to access pattern restrictions. Once
2206+
* reached, this endpoint will respond with the 429 HTTP status code with headers indicating the
2207+
* limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
21842208
*
21852209
* @param destinationId (required)
21862210
* @param id (required)
@@ -2217,7 +2241,10 @@ public UpdateSubscriptionForDestination200Response updateSubscriptionForDestinat
22172241
* subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending
22182242
* an email to [email protected]. • In order to successfully call this endpoint, the specified
22192243
* Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to
2220-
* your customer success manager for more information.
2244+
* your customer success manager for more information. The rate limit for this endpoint is 250
2245+
* requests per minute, which is lower than the default due to access pattern restrictions. Once
2246+
* reached, this endpoint will respond with the 429 HTTP status code with headers indicating the
2247+
* limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
22212248
*
22222249
* @param destinationId (required)
22232250
* @param id (required)

0 commit comments

Comments
 (0)