You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Segment.PublicApi/Api/APICallsApi.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
*
4
4
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
Copy file name to clipboardExpand all lines: src/Segment.PublicApi/Api/ActivationsApi.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
*
4
4
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
Copy file name to clipboardExpand all lines: src/Segment.PublicApi/Api/AudiencesApi.cs
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
*
4
4
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
@@ -31,7 +31,7 @@ public interface IAudiencesApiSync : IApiAccessor
31
31
/// Add Audience Schedule to Audience
32
32
/// </summary>
33
33
/// <remarks>
34
-
/// The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). • 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.
34
+
/// The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). Note that if a Linked Audience remains disabled for 90 days Segment will delete the associated schedule and a new schedule will need to be created. • 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.
35
35
/// </remarks>
36
36
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
37
37
/// <param name="spaceId"></param>
@@ -45,7 +45,7 @@ public interface IAudiencesApiSync : IApiAccessor
45
45
/// Add Audience Schedule to Audience
46
46
/// </summary>
47
47
/// <remarks>
48
-
/// The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). • 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.
48
+
/// The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). Note that if a Linked Audience remains disabled for 90 days Segment will delete the associated schedule and a new schedule will need to be created. • 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.
49
49
/// </remarks>
50
50
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
51
51
/// <param name="spaceId"></param>
@@ -414,7 +414,7 @@ public interface IAudiencesApiAsync : IApiAccessor
414
414
/// Add Audience Schedule to Audience
415
415
/// </summary>
416
416
/// <remarks>
417
-
/// The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). • 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.
417
+
/// The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). Note that if a Linked Audience remains disabled for 90 days Segment will delete the associated schedule and a new schedule will need to be created. • 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.
418
418
/// </remarks>
419
419
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
420
420
/// <param name="spaceId"></param>
@@ -429,7 +429,7 @@ public interface IAudiencesApiAsync : IApiAccessor
429
429
/// Add Audience Schedule to Audience
430
430
/// </summary>
431
431
/// <remarks>
432
-
/// The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). • 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.
432
+
/// The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). Note that if a Linked Audience remains disabled for 90 days Segment will delete the associated schedule and a new schedule will need to be created. • 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.
433
433
/// </remarks>
434
434
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
435
435
/// <param name="spaceId"></param>
@@ -933,7 +933,7 @@ public Segment.PublicApi.Client.ExceptionFactory ExceptionFactory
933
933
}
934
934
935
935
/// <summary>
936
-
/// Add Audience Schedule to Audience The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). • 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.
936
+
/// Add Audience Schedule to Audience The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). Note that if a Linked Audience remains disabled for 90 days Segment will delete the associated schedule and a new schedule will need to be created. • 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.
937
937
/// </summary>
938
938
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
939
939
/// <param name="spaceId"></param>
@@ -948,7 +948,7 @@ public AddAudienceScheduleToAudience200Response AddAudienceScheduleToAudience(st
948
948
}
949
949
950
950
/// <summary>
951
-
/// Add Audience Schedule to Audience The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). • 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.
951
+
/// Add Audience Schedule to Audience The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). Note that if a Linked Audience remains disabled for 90 days Segment will delete the associated schedule and a new schedule will need to be created. • 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.
952
952
/// </summary>
953
953
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
954
954
/// <param name="spaceId"></param>
@@ -1029,7 +1029,7 @@ public Segment.PublicApi.Client.ApiResponse<AddAudienceScheduleToAudience200Resp
1029
1029
}
1030
1030
1031
1031
/// <summary>
1032
-
/// Add Audience Schedule to Audience The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). • 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.
1032
+
/// Add Audience Schedule to Audience The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). Note that if a Linked Audience remains disabled for 90 days Segment will delete the associated schedule and a new schedule will need to be created. • 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.
1033
1033
/// </summary>
1034
1034
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
1035
1035
/// <param name="spaceId"></param>
@@ -1045,7 +1045,7 @@ public Segment.PublicApi.Client.ApiResponse<AddAudienceScheduleToAudience200Resp
1045
1045
}
1046
1046
1047
1047
/// <summary>
1048
-
/// Add Audience Schedule to Audience The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). • 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.
1048
+
/// Add Audience Schedule to Audience The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). Note that if a Linked Audience remains disabled for 90 days Segment will delete the associated schedule and a new schedule will need to be created. • 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.
1049
1049
/// </summary>
1050
1050
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
Copy file name to clipboardExpand all lines: src/Segment.PublicApi/Api/AuditTrailApi.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
*
4
4
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
Copy file name to clipboardExpand all lines: src/Segment.PublicApi/Api/CatalogApi.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
*
4
4
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
Copy file name to clipboardExpand all lines: src/Segment.PublicApi/Api/ComputedTraitsApi.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
*
4
4
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
Copy file name to clipboardExpand all lines: src/Segment.PublicApi/Api/CustomerInsightsApi.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
*
4
4
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
Copy file name to clipboardExpand all lines: src/Segment.PublicApi/Api/DbtApi.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
*
4
4
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
0 commit comments