Skip to content

Commit c6b10d4

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@c040631b.
1 parent 92ac16b commit c6b10d4

File tree

2 files changed

+25
-31
lines changed

2 files changed

+25
-31
lines changed

docs/AudiencesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public class Example {
104104
105105
Create Audience
106106

107-
Creates Audience. • 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 Created` event in the [audit trail](/tag/Audit-Trail). Note: The definition for an Audience created using the API is not editable through the Segment App. 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.
107+
Creates Audience. • 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 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.
108108

109109
### Example
110110

@@ -945,7 +945,7 @@ public class Example {
945945
946946
Update Audience for Space
947947

948-
Updates the Audience. • 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 Modified` event in the [audit trail](/tag/Audit-Trail). • Note that when an Audience is updated, the Audience will be locked from future edits until the changes have been incorporated. You can find more information [in the Segment docs](https://segment-docs.netlify.app/docs/engage/audiences/#editing-realtime-audiences-and-traits). Note: The definition for an Audience updated using the API is not editable through the Segment App. 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.
948+
Updates the Audience. • 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 Modified` event in the [audit trail](/tag/Audit-Trail). • Note that when an Audience is updated, the Audience will be locked from future edits until the changes have been incorporated. You can find more information [in the Segment docs](https://segment-docs.netlify.app/docs/engage/audiences/#editing-realtime-audiences-and-traits). 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.
949949

950950
### Example
951951

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

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -435,12 +435,11 @@ private okhttp3.Call createAudienceValidateBeforeCall(
435435
* Create Audience Creates Audience. • In order to successfully call this endpoint, the
436436
* specified Workspace needs to have the Audience feature enabled. Please reach out to your
437437
* customer success manager for more information. • When called, this endpoint may generate the
438-
* `Audience Created` event in the [audit trail](/tag/Audit-Trail). Note: The
439-
* definition for an Audience created using the API is not editable through the Segment App. The
440-
* rate limit for this endpoint is 50 requests per minute, which is lower than the default due
441-
* to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP
442-
* status code with headers indicating the limit parameters. See [Rate
443-
* Limiting](/#tag/Rate-Limits) for more information.
438+
* `Audience Created` event in the [audit trail](/tag/Audit-Trail). The rate limit for
439+
* this endpoint is 50 requests per minute, which is lower than the default due to access
440+
* pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code
441+
* with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more
442+
* information.
444443
*
445444
* @param spaceId (required)
446445
* @param createAudienceInput (required)
@@ -467,12 +466,11 @@ public CreateAudience200Response createAudience(
467466
* Create Audience Creates Audience. • In order to successfully call this endpoint, the
468467
* specified Workspace needs to have the Audience feature enabled. Please reach out to your
469468
* customer success manager for more information. • When called, this endpoint may generate the
470-
* `Audience Created` event in the [audit trail](/tag/Audit-Trail). Note: The
471-
* definition for an Audience created using the API is not editable through the Segment App. The
472-
* rate limit for this endpoint is 50 requests per minute, which is lower than the default due
473-
* to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP
474-
* status code with headers indicating the limit parameters. See [Rate
475-
* Limiting](/#tag/Rate-Limits) for more information.
469+
* `Audience Created` event in the [audit trail](/tag/Audit-Trail). The rate limit for
470+
* this endpoint is 50 requests per minute, which is lower than the default due to access
471+
* pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code
472+
* with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more
473+
* information.
476474
*
477475
* @param spaceId (required)
478476
* @param createAudienceInput (required)
@@ -500,11 +498,10 @@ public ApiResponse<CreateAudience200Response> createAudienceWithHttpInfo(
500498
* Create Audience (asynchronously) Creates Audience. • In order to successfully call this
501499
* endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach
502500
* out to your customer success manager for more information. • When called, this endpoint may
503-
* generate the &#x60;Audience Created&#x60; event in the [audit trail](/tag/Audit-Trail). Note:
504-
* The definition for an Audience created using the API is not editable through the Segment App.
505-
* The rate limit for this endpoint is 50 requests per minute, which is lower than the default
506-
* due to access pattern restrictions. Once reached, this endpoint will respond with the 429
507-
* HTTP status code with headers indicating the limit parameters. See [Rate
501+
* generate the &#x60;Audience Created&#x60; event in the [audit trail](/tag/Audit-Trail). The
502+
* rate limit for this endpoint is 50 requests per minute, which is lower than the default due
503+
* to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP
504+
* status code with headers indicating the limit parameters. See [Rate
508505
* Limiting](/#tag/Rate-Limits) for more information.
509506
*
510507
* @param spaceId (required)
@@ -2821,10 +2818,9 @@ private okhttp3.Call updateAudienceForSpaceValidateBeforeCall(
28212818
* Note that when an Audience is updated, the Audience will be locked from future edits until
28222819
* the changes have been incorporated. You can find more information [in the Segment
28232820
* docs](https://segment-docs.netlify.app/docs/engage/audiences/#editing-realtime-audiences-and-traits).
2824-
* Note: The definition for an Audience updated using the API is not editable through the
2825-
* Segment App. The rate limit for this endpoint is 50 requests per minute, which is lower than
2826-
* the default due to access pattern restrictions. Once reached, this endpoint will respond with
2827-
* the 429 HTTP status code with headers indicating the limit parameters. See [Rate
2821+
* The rate limit for this endpoint is 50 requests per minute, which is lower than the default
2822+
* due to access pattern restrictions. Once reached, this endpoint will respond with the 429
2823+
* HTTP status code with headers indicating the limit parameters. See [Rate
28282824
* Limiting](/#tag/Rate-Limits) for more information.
28292825
*
28302826
* @param spaceId (required)
@@ -2858,10 +2854,9 @@ public UpdateAudienceForSpace200Response updateAudienceForSpace(
28582854
* Note that when an Audience is updated, the Audience will be locked from future edits until
28592855
* the changes have been incorporated. You can find more information [in the Segment
28602856
* docs](https://segment-docs.netlify.app/docs/engage/audiences/#editing-realtime-audiences-and-traits).
2861-
* Note: The definition for an Audience updated using the API is not editable through the
2862-
* Segment App. The rate limit for this endpoint is 50 requests per minute, which is lower than
2863-
* the default due to access pattern restrictions. Once reached, this endpoint will respond with
2864-
* the 429 HTTP status code with headers indicating the limit parameters. See [Rate
2857+
* The rate limit for this endpoint is 50 requests per minute, which is lower than the default
2858+
* due to access pattern restrictions. Once reached, this endpoint will respond with the 429
2859+
* HTTP status code with headers indicating the limit parameters. See [Rate
28652860
* Limiting](/#tag/Rate-Limits) for more information.
28662861
*
28672862
* @param spaceId (required)
@@ -2898,10 +2893,9 @@ public ApiResponse<UpdateAudienceForSpace200Response> updateAudienceForSpaceWith
28982893
* locked from future edits until the changes have been incorporated. You can find more
28992894
* information [in the Segment
29002895
* docs](https://segment-docs.netlify.app/docs/engage/audiences/#editing-realtime-audiences-and-traits).
2901-
* Note: The definition for an Audience updated using the API is not editable through the
2902-
* Segment App. The rate limit for this endpoint is 50 requests per minute, which is lower than
2903-
* the default due to access pattern restrictions. Once reached, this endpoint will respond with
2904-
* the 429 HTTP status code with headers indicating the limit parameters. See [Rate
2896+
* The rate limit for this endpoint is 50 requests per minute, which is lower than the default
2897+
* due to access pattern restrictions. Once reached, this endpoint will respond with the 429
2898+
* HTTP status code with headers indicating the limit parameters. See [Rate
29052899
* Limiting](/#tag/Rate-Limits) for more information.
29062900
*
29072901
* @param spaceId (required)

0 commit comments

Comments
 (0)