diff --git a/docs/DeletionAndSuppressionApi.md b/docs/DeletionAndSuppressionApi.md index dd8df975..725d0aae 100644 --- a/docs/DeletionAndSuppressionApi.md +++ b/docs/DeletionAndSuppressionApi.md @@ -21,7 +21,7 @@ All URIs are relative to *https://api.segmentapis.com* Create Cloud Source Regulation -Creates a Source-scoped regulation. Config API omitted fields: - `attributes`, - `userAgent` +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` ### Example @@ -96,7 +96,7 @@ public class Example { Create Source Regulation -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` +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` ### Example diff --git a/src/main/java/com/segment/publicapi/api/DeletionAndSuppressionApi.java b/src/main/java/com/segment/publicapi/api/DeletionAndSuppressionApi.java index 2e21e1d8..3070d13b 100644 --- a/src/main/java/com/segment/publicapi/api/DeletionAndSuppressionApi.java +++ b/src/main/java/com/segment/publicapi/api/DeletionAndSuppressionApi.java @@ -186,8 +186,11 @@ private okhttp3.Call createCloudSourceRegulationValidateBeforeCall( } /** - * Create Cloud Source Regulation Creates a Source-scoped regulation. Config API omitted fields: - * - `attributes`, - `userAgent` + * Create Cloud Source Regulation 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` * * @param sourceId (required) * @param createCloudSourceRegulationV1Input (required) @@ -213,8 +216,11 @@ public CreateCloudSourceRegulation200Response createCloudSourceRegulation( } /** - * Create Cloud Source Regulation Creates a Source-scoped regulation. Config API omitted fields: - * - `attributes`, - `userAgent` + * Create Cloud Source Regulation 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` * * @param sourceId (required) * @param createCloudSourceRegulationV1Input (required) @@ -244,8 +250,11 @@ public CreateCloudSourceRegulation200Response createCloudSourceRegulation( } /** - * Create Cloud Source Regulation (asynchronously) Creates a Source-scoped regulation. Config - * API omitted fields: - `attributes`, - `userAgent` + * Create Cloud Source Regulation (asynchronously) 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` * * @param sourceId (required) * @param createCloudSourceRegulationV1Input (required) @@ -389,8 +398,11 @@ private okhttp3.Call createSourceRegulationValidateBeforeCall( } /** - * Create Source Regulation Creates a Source-scoped regulation. • When called, this endpoint may - * generate the `Source Regulation Created` event in the [audit + * Create Source Regulation 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` * @@ -417,8 +429,11 @@ public CreateSourceRegulation200Response createSourceRegulation( } /** - * Create Source Regulation Creates a Source-scoped regulation. • When called, this endpoint may - * generate the `Source Regulation Created` event in the [audit + * Create Source Regulation 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` * @@ -447,7 +462,10 @@ public ApiResponse createSourceRegulationWith } /** - * Create Source Regulation (asynchronously) Creates a Source-scoped regulation. • When called, + * Create Source Regulation (asynchronously) 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`