Skip to content

Commit 0a3808a

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@63343aaf.
1 parent 6a9839d commit 0a3808a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/main/java/com/segment/publicapi/models/CreateSourceRegulationV1Input.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232

3333
/** The input to create a Source-scoped regulation. */
3434
public class CreateSourceRegulationV1Input {
35-
/** The regulation type to create. */
35+
/**
36+
* The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only
37+
* supported for limited Workspaces for Source-scoped regulations.
38+
*/
3639
@JsonAdapter(RegulationTypeEnum.Adapter.class)
3740
public enum RegulationTypeEnum {
3841
DELETE_ARCHIVE_ONLY("DELETE_ARCHIVE_ONLY"),
@@ -158,7 +161,8 @@ public CreateSourceRegulationV1Input regulationType(RegulationTypeEnum regulatio
158161
}
159162

160163
/**
161-
* The regulation type to create.
164+
* The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only
165+
* supported for limited Workspaces for Source-scoped regulations.
162166
*
163167
* @return regulationType
164168
*/

0 commit comments

Comments
 (0)