|
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: 68.0.0 |
| 8 | + The version of the OpenAPI document: 69.0.0 |
9 | 9 | Contact: friends@segment.com |
10 | 10 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
11 | 11 |
|
@@ -864,7 +864,7 @@ def get_audience_with_http_info(self, space_id : constr(strict=True), id : const |
864 | 864 | def get_audience_preview(self, space_id : constr(strict=True), id : constr(strict=True), **kwargs) -> GetAudiencePreview200Response: # noqa: E501 |
865 | 865 | """Get Audience Preview # noqa: E501 |
866 | 866 |
|
867 | | - Reads the results of an audience preview. • This endpoint is in **Beta** 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. The rate limit for this endpoint is 300 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. # noqa: E501 |
| 867 | + Reads the results of an audience preview. • 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 300 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. # noqa: E501 |
868 | 868 | This method makes a synchronous HTTP request by default. To make an |
869 | 869 | asynchronous HTTP request, please pass async_req=True |
870 | 870 |
|
@@ -896,7 +896,7 @@ def get_audience_preview(self, space_id : constr(strict=True), id : constr(stric |
896 | 896 | def get_audience_preview_with_http_info(self, space_id : constr(strict=True), id : constr(strict=True), **kwargs) -> ApiResponse: # noqa: E501 |
897 | 897 | """Get Audience Preview # noqa: E501 |
898 | 898 |
|
899 | | - Reads the results of an audience preview. • This endpoint is in **Beta** 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. The rate limit for this endpoint is 300 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. # noqa: E501 |
| 899 | + Reads the results of an audience preview. • 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 300 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. # noqa: E501 |
900 | 900 | This method makes a synchronous HTTP request by default. To make an |
901 | 901 | asynchronous HTTP request, please pass async_req=True |
902 | 902 |
|
@@ -982,7 +982,7 @@ def get_audience_preview_with_http_info(self, space_id : constr(strict=True), id |
982 | 982 | _body_params = None |
983 | 983 | # set the HTTP header `Accept` |
984 | 984 | _header_params['Accept'] = self.api_client.select_header_accept( |
985 | | - ['application/vnd.segment.v1beta+json', 'application/vnd.segment.v1alpha+json', 'application/json']) # noqa: E501 |
| 985 | + ['application/vnd.segment.v1+json', 'application/json', 'application/vnd.segment.v1beta+json', 'application/vnd.segment.v1alpha+json']) # noqa: E501 |
986 | 986 |
|
987 | 987 | # authentication setting |
988 | 988 | _auth_settings = ['token'] # noqa: E501 |
|
0 commit comments