Skip to content

Commit 05f7cf0

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@066293be.
1 parent a3ac4de commit 05f7cf0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/DeletionAndSuppressionApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Method | HTTP request | Description
2121
2222
Create Cloud Source Regulation
2323

24-
Creates a Source-scoped regulation. Config API omitted fields: - `attributes`, - `userAgent`
24+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment Config API omitted fields: - `attributes`, - `userAgent`
2525

2626
### Example
2727

@@ -97,7 +97,7 @@ Name | Type | Description | Notes
9797
9898
Create Source Regulation
9999

100-
Creates a Source-scoped regulation. • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent`
100+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent`
101101

102102
### Example
103103

segment_public_api/api/deletion_and_suppression_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(self, api_client=None) -> None:
6161
def create_cloud_source_regulation(self, source_id : constr(strict=True), create_cloud_source_regulation_v1_input : CreateCloudSourceRegulationV1Input, **kwargs) -> CreateCloudSourceRegulation200Response: # noqa: E501
6262
"""Create Cloud Source Regulation # noqa: E501
6363
64-
Creates a Source-scoped regulation. Config API omitted fields: - `attributes`, - `userAgent` # noqa: E501
64+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment Config API omitted fields: - `attributes`, - `userAgent` # noqa: E501
6565
This method makes a synchronous HTTP request by default. To make an
6666
asynchronous HTTP request, please pass async_req=True
6767
@@ -93,7 +93,7 @@ def create_cloud_source_regulation(self, source_id : constr(strict=True), create
9393
def create_cloud_source_regulation_with_http_info(self, source_id : constr(strict=True), create_cloud_source_regulation_v1_input : CreateCloudSourceRegulationV1Input, **kwargs) -> ApiResponse: # noqa: E501
9494
"""Create Cloud Source Regulation # noqa: E501
9595
96-
Creates a Source-scoped regulation. Config API omitted fields: - `attributes`, - `userAgent` # noqa: E501
96+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment Config API omitted fields: - `attributes`, - `userAgent` # noqa: E501
9797
This method makes a synchronous HTTP request by default. To make an
9898
asynchronous HTTP request, please pass async_req=True
9999
@@ -219,7 +219,7 @@ def create_cloud_source_regulation_with_http_info(self, source_id : constr(stric
219219
def create_source_regulation(self, source_id : constr(strict=True), create_source_regulation_v1_input : CreateSourceRegulationV1Input, **kwargs) -> CreateSourceRegulation200Response: # noqa: E501
220220
"""Create Source Regulation # noqa: E501
221221
222-
Creates a Source-scoped regulation. • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` # noqa: E501
222+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` # noqa: E501
223223
This method makes a synchronous HTTP request by default. To make an
224224
asynchronous HTTP request, please pass async_req=True
225225
@@ -251,7 +251,7 @@ def create_source_regulation(self, source_id : constr(strict=True), create_sourc
251251
def create_source_regulation_with_http_info(self, source_id : constr(strict=True), create_source_regulation_v1_input : CreateSourceRegulationV1Input, **kwargs) -> ApiResponse: # noqa: E501
252252
"""Create Source Regulation # noqa: E501
253253
254-
Creates a Source-scoped regulation. • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` # noqa: E501
254+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` # noqa: E501
255255
This method makes a synchronous HTTP request by default. To make an
256256
asynchronous HTTP request, please pass async_req=True
257257

0 commit comments

Comments
 (0)