diff --git a/src/main/java/com/segment/publicapi/models/CreateSourceRegulationV1Input.java b/src/main/java/com/segment/publicapi/models/CreateSourceRegulationV1Input.java index 04b22aa8..8bfa9987 100644 --- a/src/main/java/com/segment/publicapi/models/CreateSourceRegulationV1Input.java +++ b/src/main/java/com/segment/publicapi/models/CreateSourceRegulationV1Input.java @@ -32,7 +32,10 @@ /** The input to create a Source-scoped regulation. */ public class CreateSourceRegulationV1Input { - /** The regulation type to create. */ + /** + * The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only + * supported for limited Workspaces for Source-scoped regulations. + */ @JsonAdapter(RegulationTypeEnum.Adapter.class) public enum RegulationTypeEnum { DELETE_ARCHIVE_ONLY("DELETE_ARCHIVE_ONLY"), @@ -158,7 +161,8 @@ public CreateSourceRegulationV1Input regulationType(RegulationTypeEnum regulatio } /** - * The regulation type to create. + * The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only + * supported for limited Workspaces for Source-scoped regulations. * * @return regulationType */