Skip to content

Commit adac067

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 0a3808a commit adac067

File tree

2 files changed

+31
-13
lines changed

2 files changed

+31
-13
lines changed

docs/DeletionAndSuppressionApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ All URIs are relative to *https://api.segmentapis.com*
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

@@ -96,7 +96,7 @@ public class Example {
9696
9797
Create Source Regulation
9898

99-
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`
99+
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`
100100

101101
### Example
102102

src/main/java/com/segment/publicapi/api/DeletionAndSuppressionApi.java

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,11 @@ private okhttp3.Call createCloudSourceRegulationValidateBeforeCall(
186186
}
187187

188188
/**
189-
* Create Cloud Source Regulation Creates a Source-scoped regulation. Config API omitted fields:
190-
* - `attributes`, - `userAgent`
189+
* Create Cloud Source Regulation Creates a Source-scoped regulation. Please Note: Suppression
190+
* rules at the Workspace level take precedence over those at the Source level. If a user has
191+
* been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not
192+
* supported and the processing of the request will fail in Segment Config API omitted fields: -
193+
* `attributes`, - `userAgent`
191194
*
192195
* @param sourceId (required)
193196
* @param createCloudSourceRegulationV1Input (required)
@@ -213,8 +216,11 @@ public CreateCloudSourceRegulation200Response createCloudSourceRegulation(
213216
}
214217

215218
/**
216-
* Create Cloud Source Regulation Creates a Source-scoped regulation. Config API omitted fields:
217-
* - `attributes`, - `userAgent`
219+
* Create Cloud Source Regulation Creates a Source-scoped regulation. Please Note: Suppression
220+
* rules at the Workspace level take precedence over those at the Source level. If a user has
221+
* been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not
222+
* supported and the processing of the request will fail in Segment Config API omitted fields: -
223+
* `attributes`, - `userAgent`
218224
*
219225
* @param sourceId (required)
220226
* @param createCloudSourceRegulationV1Input (required)
@@ -244,8 +250,11 @@ public CreateCloudSourceRegulation200Response createCloudSourceRegulation(
244250
}
245251

246252
/**
247-
* Create Cloud Source Regulation (asynchronously) Creates a Source-scoped regulation. Config
248-
* API omitted fields: - `attributes`, - `userAgent`
253+
* Create Cloud Source Regulation (asynchronously) Creates a Source-scoped regulation. Please
254+
* Note: Suppression rules at the Workspace level take precedence over those at the Source
255+
* level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at
256+
* the Source level is not supported and the processing of the request will fail in Segment
257+
* Config API omitted fields: - `attributes`, - `userAgent`
249258
*
250259
* @param sourceId (required)
251260
* @param createCloudSourceRegulationV1Input (required)
@@ -389,8 +398,11 @@ private okhttp3.Call createSourceRegulationValidateBeforeCall(
389398
}
390399

391400
/**
392-
* Create Source Regulation Creates a Source-scoped regulation. • When called, this endpoint may
393-
* generate the `Source Regulation Created` event in the [audit
401+
* Create Source Regulation Creates a Source-scoped regulation. Please Note: Suppression rules
402+
* at the Workspace level take precedence over those at the Source level. If a user has been
403+
* suppressed at the Workspace level, any attempt to un-suppress at the Source level is not
404+
* supported and the processing of the request will fail in Segment • When called, this endpoint
405+
* may generate the `Source Regulation Created` event in the [audit
394406
* trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, -
395407
* `userAgent`
396408
*
@@ -417,8 +429,11 @@ public CreateSourceRegulation200Response createSourceRegulation(
417429
}
418430

419431
/**
420-
* Create Source Regulation Creates a Source-scoped regulation. • When called, this endpoint may
421-
* generate the `Source Regulation Created` event in the [audit
432+
* Create Source Regulation Creates a Source-scoped regulation. Please Note: Suppression rules
433+
* at the Workspace level take precedence over those at the Source level. If a user has been
434+
* suppressed at the Workspace level, any attempt to un-suppress at the Source level is not
435+
* supported and the processing of the request will fail in Segment • When called, this endpoint
436+
* may generate the `Source Regulation Created` event in the [audit
422437
* trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, -
423438
* `userAgent`
424439
*
@@ -447,7 +462,10 @@ public ApiResponse<CreateSourceRegulation200Response> createSourceRegulationWith
447462
}
448463

449464
/**
450-
* Create Source Regulation (asynchronously) Creates a Source-scoped regulation. • When called,
465+
* Create Source Regulation (asynchronously) Creates a Source-scoped regulation. Please Note:
466+
* Suppression rules at the Workspace level take precedence over those at the Source level. If a
467+
* user has been suppressed at the Workspace level, any attempt to un-suppress at the Source
468+
* level is not supported and the processing of the request will fail in Segment • When called,
451469
* this endpoint may generate the &#x60;Source Regulation Created&#x60; event in the [audit
452470
* trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, -
453471
* &#x60;userAgent&#x60;

0 commit comments

Comments
 (0)