Skip to content

Commit 8b77c8b

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@b4f59839.
1 parent f787e86 commit 8b77c8b

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

docs/AudiencesApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public class Example {
326326
327327
Preview Audience
328328

329-
Previews Audience. • 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 Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Audience Preview Created` event in the [audit trail](/tag/Audit-Trail).
329+
Previews Audience. • 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 Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Audience Preview Created` event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 5 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. The rate limit for this endpoint is 700 requests per month per spaceId, 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.
330330

331331
### Example
332332

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

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,14 @@ private okhttp3.Call previewAudienceValidateBeforeCall(
10501050
* endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach
10511051
* out to your customer success manager for more information. • When called, this endpoint may
10521052
* generate the `Audience Preview Created` event in the [audit
1053-
* trail](/tag/Audit-Trail).
1053+
* trail](/tag/Audit-Trail). The rate limit for this endpoint is 5 requests per minute, which is
1054+
* lower than the default due to access pattern restrictions. Once reached, this endpoint will
1055+
* respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate
1056+
* Limiting](/#tag/Rate-Limits) for more information. The rate limit for this endpoint is 700
1057+
* requests per month per spaceId, which is lower than the default due to access pattern
1058+
* restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with
1059+
* headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more
1060+
* information.
10541061
*
10551062
* @param spaceId (required)
10561063
* @param previewAudienceInput (required)
@@ -1079,7 +1086,14 @@ public PreviewAudience200Response previewAudience(
10791086
* endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach
10801087
* out to your customer success manager for more information. • When called, this endpoint may
10811088
* generate the `Audience Preview Created` event in the [audit
1082-
* trail](/tag/Audit-Trail).
1089+
* trail](/tag/Audit-Trail). The rate limit for this endpoint is 5 requests per minute, which is
1090+
* lower than the default due to access pattern restrictions. Once reached, this endpoint will
1091+
* respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate
1092+
* Limiting](/#tag/Rate-Limits) for more information. The rate limit for this endpoint is 700
1093+
* requests per month per spaceId, which is lower than the default due to access pattern
1094+
* restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with
1095+
* headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more
1096+
* information.
10831097
*
10841098
* @param spaceId (required)
10851099
* @param previewAudienceInput (required)
@@ -1109,7 +1123,14 @@ public ApiResponse<PreviewAudience200Response> previewAudienceWithHttpInfo(
11091123
* successfully call this endpoint, the specified Workspace needs to have the Audience feature
11101124
* enabled. Please reach out to your customer success manager for more information. • When
11111125
* called, this endpoint may generate the &#x60;Audience Preview Created&#x60; event in the
1112-
* [audit trail](/tag/Audit-Trail).
1126+
* [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 5 requests per minute,
1127+
* which is lower than the default due to access pattern restrictions. Once reached, this
1128+
* endpoint will respond with the 429 HTTP status code with headers indicating the limit
1129+
* parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information. The rate limit for
1130+
* this endpoint is 700 requests per month per spaceId, which is lower than the default due to
1131+
* access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP
1132+
* status code with headers indicating the limit parameters. See [Rate
1133+
* Limiting](/#tag/Rate-Limits) for more information.
11131134
*
11141135
* @param spaceId (required)
11151136
* @param previewAudienceInput (required)

0 commit comments

Comments
 (0)