Skip to content

Commit 8287a57

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/AudiencesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public class Example {
252252
253253
Get Audience
254254

255-
Returns the Audience by id and spaceId. Supports including audience schedules via `?include=schedules`. • This endpoint is in **Beta** 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. The rate limit for this endpoint is 100 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.
255+
Returns the Audience by id and spaceId. Supports including audience schedules using `?include=schedules`. • This endpoint is in **Beta** 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. The rate limit for this endpoint is 100 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.
256256

257257
### Example
258258

@@ -637,7 +637,7 @@ public class Example {
637637
638638
List Audiences
639639

640-
Returns Audiences by spaceId. Supports including audience schedules via `?include=schedules`. • This endpoint is in **Beta** 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. The rate limit for this endpoint is 25 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.
640+
Returns Audiences by spaceId. Supports including audience schedules using `?include=schedules`. • This endpoint is in **Beta** 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. The rate limit for this endpoint is 25 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.
641641

642642
### Example
643643

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ private okhttp3.Call getAudienceValidateBeforeCall(
848848

849849
/**
850850
* Get Audience Returns the Audience by id and spaceId. Supports including audience schedules
851-
* via `?include=schedules`. • This endpoint is in **Beta** testing. Please
851+
* using `?include=schedules`. • This endpoint is in **Beta** testing. Please
852852
* submit any feedback by sending an email to [email protected]. • In order to successfully
853853
* call this endpoint, the specified Workspace needs to have the Audience feature enabled.
854854
* Please reach out to your customer success manager for more information. The rate limit for
@@ -882,7 +882,7 @@ public GetAudience200Response getAudience(String spaceId, String id, String incl
882882

883883
/**
884884
* Get Audience Returns the Audience by id and spaceId. Supports including audience schedules
885-
* via `?include=schedules`. • This endpoint is in **Beta** testing. Please
885+
* using `?include=schedules`. • This endpoint is in **Beta** testing. Please
886886
* submit any feedback by sending an email to [email protected]. • In order to successfully
887887
* call this endpoint, the specified Workspace needs to have the Audience feature enabled.
888888
* Please reach out to your customer success manager for more information. The rate limit for
@@ -916,7 +916,7 @@ public ApiResponse<GetAudience200Response> getAudienceWithHttpInfo(
916916

917917
/**
918918
* Get Audience (asynchronously) Returns the Audience by id and spaceId. Supports including
919-
* audience schedules via &#x60;?include&#x3D;schedules&#x60;. • This endpoint is in **Beta**
919+
* audience schedules using &#x60;?include&#x3D;schedules&#x60;. • This endpoint is in **Beta**
920920
* testing. Please submit any feedback by sending an email to [email protected]. • In order to
921921
* successfully call this endpoint, the specified Workspace needs to have the Audience feature
922922
* enabled. Please reach out to your customer success manager for more information. The rate
@@ -1942,7 +1942,7 @@ private okhttp3.Call listAudiencesValidateBeforeCall(
19421942
}
19431943

19441944
/**
1945-
* List Audiences Returns Audiences by spaceId. Supports including audience schedules via
1945+
* List Audiences Returns Audiences by spaceId. Supports including audience schedules using
19461946
* &#x60;?include&#x3D;schedules&#x60;. • This endpoint is in **Beta** testing. Please submit
19471947
* any feedback by sending an email to [email protected]. • In order to successfully call this
19481948
* endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach
@@ -1983,7 +1983,7 @@ public ListAudiences200Response listAudiences(
19831983
}
19841984

19851985
/**
1986-
* List Audiences Returns Audiences by spaceId. Supports including audience schedules via
1986+
* List Audiences Returns Audiences by spaceId. Supports including audience schedules using
19871987
* &#x60;?include&#x3D;schedules&#x60;. • This endpoint is in **Beta** testing. Please submit
19881988
* any feedback by sending an email to [email protected]. • In order to successfully call this
19891989
* endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach
@@ -2026,7 +2026,7 @@ public ApiResponse<ListAudiences200Response> listAudiencesWithHttpInfo(
20262026

20272027
/**
20282028
* List Audiences (asynchronously) Returns Audiences by spaceId. Supports including audience
2029-
* schedules via &#x60;?include&#x3D;schedules&#x60;. • This endpoint is in **Beta** testing.
2029+
* schedules using &#x60;?include&#x3D;schedules&#x60;. • This endpoint is in **Beta** testing.
20302030
* Please submit any feedback by sending an email to [email protected]. • In order to
20312031
* successfully call this endpoint, the specified Workspace needs to have the Audience feature
20322032
* enabled. Please reach out to your customer success manager for more information. The rate

0 commit comments

Comments
 (0)