Skip to content

Commit bc3d1a4

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 d4e0c0e commit bc3d1a4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Segment.PublicApi.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{503516DE-4CA6-412F-886F-F14CA971232C}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{D421C5D2-5607-46A1-A3F5-6BF7B149BD3C}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{503516DE-4CA6-412F-886F-F14CA971232C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{503516DE-4CA6-412F-886F-F14CA971232C}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{503516DE-4CA6-412F-886F-F14CA971232C}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{503516DE-4CA6-412F-886F-F14CA971232C}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{D421C5D2-5607-46A1-A3F5-6BF7B149BD3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{D421C5D2-5607-46A1-A3F5-6BF7B149BD3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{D421C5D2-5607-46A1-A3F5-6BF7B149BD3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{D421C5D2-5607-46A1-A3F5-6BF7B149BD3C}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

src/Segment.PublicApi/Api/CustomerInsightsApi.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface ICustomerInsightsApiSync : IApiAccessor
3131
/// Create Download
3232
/// </summary>
3333
/// <remarks>
34-
/// 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.
34+
/// 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.
3535
/// </remarks>
3636
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
3737
/// <param name="createDownloadAlphaInput"></param>
@@ -43,7 +43,7 @@ public interface ICustomerInsightsApiSync : IApiAccessor
4343
/// Create Download
4444
/// </summary>
4545
/// <remarks>
46-
/// 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.
46+
/// 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.
4747
/// </remarks>
4848
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
4949
/// <param name="createDownloadAlphaInput"></param>
@@ -63,7 +63,7 @@ public interface ICustomerInsightsApiAsync : IApiAccessor
6363
/// Create Download
6464
/// </summary>
6565
/// <remarks>
66-
/// 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.
66+
/// 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.
6767
/// </remarks>
6868
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
6969
/// <param name="createDownloadAlphaInput"></param>
@@ -76,7 +76,7 @@ public interface ICustomerInsightsApiAsync : IApiAccessor
7676
/// Create Download
7777
/// </summary>
7878
/// <remarks>
79-
/// 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.
79+
/// 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.
8080
/// </remarks>
8181
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
8282
/// <param name="createDownloadAlphaInput"></param>
@@ -205,7 +205,7 @@ public Segment.PublicApi.Client.ExceptionFactory ExceptionFactory
205205
}
206206

207207
/// <summary>
208-
/// Create Download 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.
208+
/// Create Download 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.
209209
/// </summary>
210210
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
211211
/// <param name="createDownloadAlphaInput"></param>
@@ -218,7 +218,7 @@ public CreateDownload200Response CreateDownload(CreateDownloadAlphaInput createD
218218
}
219219

220220
/// <summary>
221-
/// Create Download 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.
221+
/// Create Download 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.
222222
/// </summary>
223223
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
224224
/// <param name="createDownloadAlphaInput"></param>
@@ -283,7 +283,7 @@ public Segment.PublicApi.Client.ApiResponse<CreateDownload200Response> CreateDow
283283
}
284284

285285
/// <summary>
286-
/// Create Download 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.
286+
/// Create Download 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.
287287
/// </summary>
288288
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
289289
/// <param name="createDownloadAlphaInput"></param>
@@ -297,7 +297,7 @@ public Segment.PublicApi.Client.ApiResponse<CreateDownload200Response> CreateDow
297297
}
298298

299299
/// <summary>
300-
/// Create Download 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.
300+
/// Create Download 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.
301301
/// </summary>
302302
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
303303
/// <param name="createDownloadAlphaInput"></param>

0 commit comments

Comments
 (0)