Skip to content

Commit c3abd2d

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/CustomerInsightsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All URIs are relative to *https://api.segmentapis.com*
1414
1515
Create Download
1616

17-
Create Customer Insights Presigned URLsThe rate limit for this endpoint is 30 requests per day per workspaceId, 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.
17+
Create Customer Insights Presigned URLsThe rate limit for this endpoint is 120 requests per day per workspaceId, 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.
1818

1919
### Example
2020

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ private okhttp3.Call createDownloadValidateBeforeCall(
151151
}
152152

153153
/**
154-
* Create Download Create Customer Insights Presigned URLsThe rate limit for this endpoint is 30
155-
* requests per day per workspaceId, which is lower than the default due to access pattern
154+
* Create Download Create Customer Insights Presigned URLsThe rate limit for this endpoint is
155+
* 120 requests per day per workspaceId, which is lower than the default due to access pattern
156156
* restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with
157157
* headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more
158158
* information.
@@ -178,8 +178,8 @@ public CreateDownload200Response createDownload(
178178
}
179179

180180
/**
181-
* Create Download Create Customer Insights Presigned URLsThe rate limit for this endpoint is 30
182-
* requests per day per workspaceId, which is lower than the default due to access pattern
181+
* Create Download Create Customer Insights Presigned URLsThe rate limit for this endpoint is
182+
* 120 requests per day per workspaceId, which is lower than the default due to access pattern
183183
* restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with
184184
* headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more
185185
* information.
@@ -207,7 +207,7 @@ public ApiResponse<CreateDownload200Response> createDownloadWithHttpInfo(
207207

208208
/**
209209
* Create Download (asynchronously) Create Customer Insights Presigned URLsThe rate limit for
210-
* this endpoint is 30 requests per day per workspaceId, which is lower than the default due to
210+
* this endpoint is 120 requests per day per workspaceId, which is lower than the default due to
211211
* access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP
212212
* status code with headers indicating the limit parameters. See [Rate
213213
* Limiting](/#tag/Rate-Limits) for more information.

0 commit comments

Comments
 (0)