Skip to content

Commit 0ce3ad4

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@a061e6bd.
1 parent abfd3ff commit 0ce3ad4

File tree

2 files changed

+28
-16
lines changed

2 files changed

+28
-16
lines changed

docs/ActivationsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All URIs are relative to *https://api.segmentapis.com*
1919
2020
Add Activation to Audience
2121

22-
Creates Activation. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Activation Created` event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 10 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.
22+
Creates Activation. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Activation Created` event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 50 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.
2323

2424
### Example
2525

@@ -98,7 +98,7 @@ public class Example {
9898
9999
Add Destination to Audience
100100

101-
Adds a Destination to an Audience. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Destination Added into Audience` event in the [audit trail](/tag/Audit-Trail).
101+
Adds a Destination to an Audience. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Destination Added into Audience` event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 50 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.
102102

103103
### Example
104104

@@ -329,7 +329,7 @@ public class Example {
329329
330330
Remove Activation from Audience
331331

332-
Deletes an Activation. The rate limit for this endpoint is 10 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.
332+
Deletes an Activation. The rate limit for this endpoint is 50 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.
333333

334334
### Example
335335

@@ -406,7 +406,7 @@ public class Example {
406406
407407
Update Activation for Audience
408408

409-
Updates an Activation. The rate limit for this endpoint is 10 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.
409+
Updates an Activation. The rate limit for this endpoint is 50 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.
410410

411411
### Example
412412

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

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private okhttp3.Call addActivationToAudienceValidateBeforeCall(
207207
* successfully call this endpoint, the specified Workspace needs to have the Audience feature
208208
* enabled. Please reach out to your customer success manager for more information. • When
209209
* called, this endpoint may generate the `Activation Created` event in the [audit
210-
* trail](/tag/Audit-Trail). The rate limit for this endpoint is 10 requests per minute, which
210+
* trail](/tag/Audit-Trail). The rate limit for this endpoint is 50 requests per minute, which
211211
* is lower than the default due to access pattern restrictions. Once reached, this endpoint
212212
* will respond with the 429 HTTP status code with headers indicating the limit parameters. See
213213
* [Rate Limiting](/#tag/Rate-Limits) for more information.
@@ -246,7 +246,7 @@ public AddActivationToAudience200Response addActivationToAudience(
246246
* successfully call this endpoint, the specified Workspace needs to have the Audience feature
247247
* enabled. Please reach out to your customer success manager for more information. • When
248248
* called, this endpoint may generate the `Activation Created` event in the [audit
249-
* trail](/tag/Audit-Trail). The rate limit for this endpoint is 10 requests per minute, which
249+
* trail](/tag/Audit-Trail). The rate limit for this endpoint is 50 requests per minute, which
250250
* is lower than the default due to access pattern restrictions. Once reached, this endpoint
251251
* will respond with the 429 HTTP status code with headers indicating the limit parameters. See
252252
* [Rate Limiting](/#tag/Rate-Limits) for more information.
@@ -286,7 +286,7 @@ public ApiResponse<AddActivationToAudience200Response> addActivationToAudienceWi
286286
* In order to successfully call this endpoint, the specified Workspace needs to have the
287287
* Audience feature enabled. Please reach out to your customer success manager for more
288288
* information. • When called, this endpoint may generate the &#x60;Activation Created&#x60;
289-
* event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 10 requests
289+
* event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 50 requests
290290
* per minute, which is lower than the default due to access pattern restrictions. Once reached,
291291
* this endpoint will respond with the 429 HTTP status code with headers indicating the limit
292292
* parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
@@ -451,7 +451,11 @@ private okhttp3.Call addDestinationToAudienceValidateBeforeCall(
451451
* In order to successfully call this endpoint, the specified Workspace needs to have the
452452
* Audience feature enabled. Please reach out to your customer success manager for more
453453
* information. • When called, this endpoint may generate the &#x60;Destination Added into
454-
* Audience&#x60; event in the [audit trail](/tag/Audit-Trail).
454+
* Audience&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint
455+
* is 50 requests per minute, which is lower than the default due to access pattern
456+
* restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with
457+
* headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more
458+
* information.
455459
*
456460
* @param spaceId (required)
457461
* @param audienceId (required)
@@ -485,7 +489,11 @@ public AddDestinationToAudience200Response addDestinationToAudience(
485489
* In order to successfully call this endpoint, the specified Workspace needs to have the
486490
* Audience feature enabled. Please reach out to your customer success manager for more
487491
* information. • When called, this endpoint may generate the &#x60;Destination Added into
488-
* Audience&#x60; event in the [audit trail](/tag/Audit-Trail).
492+
* Audience&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint
493+
* is 50 requests per minute, which is lower than the default due to access pattern
494+
* restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with
495+
* headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more
496+
* information.
489497
*
490498
* @param spaceId (required)
491499
* @param audienceId (required)
@@ -520,7 +528,11 @@ public ApiResponse<AddDestinationToAudience200Response> addDestinationToAudience
520528
* friends@segment.com. • In order to successfully call this endpoint, the specified Workspace
521529
* needs to have the Audience feature enabled. Please reach out to your customer success manager
522530
* for more information. • When called, this endpoint may generate the &#x60;Destination Added
523-
* into Audience&#x60; event in the [audit trail](/tag/Audit-Trail).
531+
* into Audience&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this
532+
* endpoint is 50 requests per minute, which is lower than the default due to access pattern
533+
* restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with
534+
* headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more
535+
* information.
524536
*
525537
* @param spaceId (required)
526538
* @param audienceId (required)
@@ -1087,7 +1099,7 @@ private okhttp3.Call removeActivationFromAudienceValidateBeforeCall(
10871099
}
10881100

10891101
/**
1090-
* Remove Activation from Audience Deletes an Activation. The rate limit for this endpoint is 10
1102+
* Remove Activation from Audience Deletes an Activation. The rate limit for this endpoint is 50
10911103
* requests per minute, which is lower than the default due to access pattern restrictions. Once
10921104
* reached, this endpoint will respond with the 429 HTTP status code with headers indicating the
10931105
* limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
@@ -1115,7 +1127,7 @@ public RemoveActivationFromAudience200Response removeActivationFromAudience(
11151127
}
11161128

11171129
/**
1118-
* Remove Activation from Audience Deletes an Activation. The rate limit for this endpoint is 10
1130+
* Remove Activation from Audience Deletes an Activation. The rate limit for this endpoint is 50
11191131
* requests per minute, which is lower than the default due to access pattern restrictions. Once
11201132
* reached, this endpoint will respond with the 429 HTTP status code with headers indicating the
11211133
* limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
@@ -1147,7 +1159,7 @@ public RemoveActivationFromAudience200Response removeActivationFromAudience(
11471159

11481160
/**
11491161
* Remove Activation from Audience (asynchronously) Deletes an Activation. The rate limit for
1150-
* this endpoint is 10 requests per minute, which is lower than the default due to access
1162+
* this endpoint is 50 requests per minute, which is lower than the default due to access
11511163
* pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code
11521164
* with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more
11531165
* information.
@@ -1312,7 +1324,7 @@ private okhttp3.Call updateActivationForAudienceValidateBeforeCall(
13121324
}
13131325

13141326
/**
1315-
* Update Activation for Audience Updates an Activation. The rate limit for this endpoint is 10
1327+
* Update Activation for Audience Updates an Activation. The rate limit for this endpoint is 50
13161328
* requests per minute, which is lower than the default due to access pattern restrictions. Once
13171329
* reached, this endpoint will respond with the 429 HTTP status code with headers indicating the
13181330
* limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
@@ -1346,7 +1358,7 @@ public UpdateActivationForAudience200Response updateActivationForAudience(
13461358
}
13471359

13481360
/**
1349-
* Update Activation for Audience Updates an Activation. The rate limit for this endpoint is 10
1361+
* Update Activation for Audience Updates an Activation. The rate limit for this endpoint is 50
13501362
* requests per minute, which is lower than the default due to access pattern restrictions. Once
13511363
* reached, this endpoint will respond with the 429 HTTP status code with headers indicating the
13521364
* limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
@@ -1384,7 +1396,7 @@ public UpdateActivationForAudience200Response updateActivationForAudience(
13841396

13851397
/**
13861398
* Update Activation for Audience (asynchronously) Updates an Activation. The rate limit for
1387-
* this endpoint is 10 requests per minute, which is lower than the default due to access
1399+
* this endpoint is 50 requests per minute, which is lower than the default due to access
13881400
* pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code
13891401
* with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more
13901402
* information.

0 commit comments

Comments
 (0)