Skip to content

Commit 930573a

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@a717ee05.
1 parent b0e6487 commit 930573a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/DeletionAndSuppressionApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Name | Type | Description | Notes
393393
394394
List Regulations from Source
395395

396-
Lists all Source-scoped regulations.
396+
Lists all Source-scoped regulations. Please note: List regulations for Source only returns deletion requests from the past 90 days. Deletion requests older than 90 days are not retained and will result in 404 resource not found.
397397

398398
### Example
399399

@@ -547,7 +547,7 @@ Name | Type | Description | Notes
547547
548548
List Workspace Regulations
549549

550-
Lists all Workspace-scoped regulations.
550+
Lists all Workspace-scoped regulations. Please note: List Workspace regulations only returns deletion requests from the past 90 days. Deletion requests older than 90 days are not retained and will result in 404 resource not found.
551551

552552
### Example
553553

segment_public_api/api/deletion_and_suppression_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ def get_regulation_with_http_info(self, regulate_id : constr(strict=True), **kwa
815815
def list_regulations_from_source(self, source_id : constr(strict=True), status : Annotated[Optional[StrictStr], Field(description="The status on which to filter returned regulations. This parameter exists in v1.")] = None, regulation_types : Annotated[Optional[conlist(StrictStr)], Field(description="The regulation types on which to filter returned regulations. This parameter exists in v1.")] = None, pagination : Annotated[Optional[PaginationInput], Field(description="Pagination parameters. This parameter exists in v1.")] = None, **kwargs) -> ListRegulationsFromSource200Response: # noqa: E501
816816
"""List Regulations from Source # noqa: E501
817817
818-
Lists all Source-scoped regulations. # noqa: E501
818+
Lists all Source-scoped regulations. Please note: List regulations for Source only returns deletion requests from the past 90 days. Deletion requests older than 90 days are not retained and will result in 404 resource not found. # noqa: E501
819819
This method makes a synchronous HTTP request by default. To make an
820820
asynchronous HTTP request, please pass async_req=True
821821
@@ -851,7 +851,7 @@ def list_regulations_from_source(self, source_id : constr(strict=True), status :
851851
def list_regulations_from_source_with_http_info(self, source_id : constr(strict=True), status : Annotated[Optional[StrictStr], Field(description="The status on which to filter returned regulations. This parameter exists in v1.")] = None, regulation_types : Annotated[Optional[conlist(StrictStr)], Field(description="The regulation types on which to filter returned regulations. This parameter exists in v1.")] = None, pagination : Annotated[Optional[PaginationInput], Field(description="Pagination parameters. This parameter exists in v1.")] = None, **kwargs) -> ApiResponse: # noqa: E501
852852
"""List Regulations from Source # noqa: E501
853853
854-
Lists all Source-scoped regulations. # noqa: E501
854+
Lists all Source-scoped regulations. Please note: List regulations for Source only returns deletion requests from the past 90 days. Deletion requests older than 90 days are not retained and will result in 404 resource not found. # noqa: E501
855855
This method makes a synchronous HTTP request by default. To make an
856856
asynchronous HTTP request, please pass async_req=True
857857
@@ -1126,7 +1126,7 @@ def list_suppressions_with_http_info(self, pagination : Annotated[Optional[Pagin
11261126
def list_workspace_regulations(self, status : Annotated[Optional[StrictStr], Field(description="The status on which to filter the returned regulations. This parameter exists in v1.")] = None, regulation_types : Annotated[Optional[conlist(StrictStr)], Field(description="The regulation types on which to filter returned regulations. This parameter exists in v1.")] = None, pagination : Annotated[Optional[PaginationInput], Field(description="Pagination parameters. This parameter exists in v1.")] = None, **kwargs) -> ListWorkspaceRegulations200Response: # noqa: E501
11271127
"""List Workspace Regulations # noqa: E501
11281128
1129-
Lists all Workspace-scoped regulations. # noqa: E501
1129+
Lists all Workspace-scoped regulations. Please note: List Workspace regulations only returns deletion requests from the past 90 days. Deletion requests older than 90 days are not retained and will result in 404 resource not found. # noqa: E501
11301130
This method makes a synchronous HTTP request by default. To make an
11311131
asynchronous HTTP request, please pass async_req=True
11321132
@@ -1160,7 +1160,7 @@ def list_workspace_regulations(self, status : Annotated[Optional[StrictStr], Fie
11601160
def list_workspace_regulations_with_http_info(self, status : Annotated[Optional[StrictStr], Field(description="The status on which to filter the returned regulations. This parameter exists in v1.")] = None, regulation_types : Annotated[Optional[conlist(StrictStr)], Field(description="The regulation types on which to filter returned regulations. This parameter exists in v1.")] = None, pagination : Annotated[Optional[PaginationInput], Field(description="Pagination parameters. This parameter exists in v1.")] = None, **kwargs) -> ApiResponse: # noqa: E501
11611161
"""List Workspace Regulations # noqa: E501
11621162
1163-
Lists all Workspace-scoped regulations. # noqa: E501
1163+
Lists all Workspace-scoped regulations. Please note: List Workspace regulations only returns deletion requests from the past 90 days. Deletion requests older than 90 days are not retained and will result in 404 resource not found. # noqa: E501
11641164
This method makes a synchronous HTTP request by default. To make an
11651165
asynchronous HTTP request, please pass async_req=True
11661166

0 commit comments

Comments
 (0)