Skip to content

Commit a3ac4de

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 a2b4fe4 commit a3ac4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

segment_public_api/models/create_source_regulation_v1_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CreateSourceRegulationV1Input(BaseModel):
2626
"""
2727
The input to create a Source-scoped regulation. # noqa: E501
2828
"""
29-
regulation_type: StrictStr = Field(..., alias="regulationType", description="The regulation type to create.")
29+
regulation_type: StrictStr = Field(..., alias="regulationType", description="The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only supported for limited Workspaces for Source-scoped regulations.")
3030
subject_type: StrictStr = Field(..., alias="subjectType", description="The subject type.")
3131
subject_ids: conlist(StrictStr) = Field(..., alias="subjectIds", description="The list of `userId` or `objectId` values of the subjects to regulate. Config API note: equal to `parent` but allows an array.")
3232
__properties = ["regulationType", "subjectType", "subjectIds"]

0 commit comments

Comments
 (0)