|
5 | 5 |
|
6 | 6 | 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. |
7 | 7 |
|
8 | | - The version of the OpenAPI document: 70.0.0 |
| 8 | + The version of the OpenAPI document: 71.0.0 |
9 | 9 | Contact: friends@segment.com |
10 | 10 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
11 | 11 |
|
@@ -554,7 +554,7 @@ def create_audience_preview_with_http_info(self, space_id : constr(strict=True), |
554 | 554 | def force_execute_audience_run(self, space_id : constr(strict=True), audience_id : constr(strict=True), **kwargs) -> ForceExecuteAudienceRun200Response: # noqa: E501 |
555 | 555 | """Force Execute Audience Run # noqa: E501 |
556 | 556 |
|
557 | | - The ability to force execute a run 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 friends@segment.com. • 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 Run Forced` event in the [audit trail](/tag/Audit-Trail). # noqa: E501 |
| 557 | + The ability to force execute a run for an Audience is limited to Linked Audiences (audienceType = `LINKED`). • 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 Run Forced` event in the [audit trail](/tag/Audit-Trail). # noqa: E501 |
558 | 558 | This method makes a synchronous HTTP request by default. To make an |
559 | 559 | asynchronous HTTP request, please pass async_req=True |
560 | 560 |
|
@@ -586,7 +586,7 @@ def force_execute_audience_run(self, space_id : constr(strict=True), audience_id |
586 | 586 | def force_execute_audience_run_with_http_info(self, space_id : constr(strict=True), audience_id : constr(strict=True), **kwargs) -> ApiResponse: # noqa: E501 |
587 | 587 | """Force Execute Audience Run # noqa: E501 |
588 | 588 |
|
589 | | - The ability to force execute a run 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 friends@segment.com. • 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 Run Forced` event in the [audit trail](/tag/Audit-Trail). # noqa: E501 |
| 589 | + The ability to force execute a run for an Audience is limited to Linked Audiences (audienceType = `LINKED`). • 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 Run Forced` event in the [audit trail](/tag/Audit-Trail). # noqa: E501 |
590 | 590 | This method makes a synchronous HTTP request by default. To make an |
591 | 591 | asynchronous HTTP request, please pass async_req=True |
592 | 592 |
|
@@ -672,7 +672,7 @@ def force_execute_audience_run_with_http_info(self, space_id : constr(strict=Tru |
672 | 672 | _body_params = None |
673 | 673 | # set the HTTP header `Accept` |
674 | 674 | _header_params['Accept'] = self.api_client.select_header_accept( |
675 | | - ['application/vnd.segment.v1alpha+json', 'application/json']) # noqa: E501 |
| 675 | + ['application/vnd.segment.v1+json', 'application/json', 'application/vnd.segment.v1alpha+json']) # noqa: E501 |
676 | 676 |
|
677 | 677 | # authentication setting |
678 | 678 | _auth_settings = ['token'] # noqa: E501 |
|
0 commit comments