You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DeletionAndSuppressionApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -393,7 +393,7 @@ Name | Type | Description | Notes
393
393
394
394
List Regulations from Source
395
395
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.
397
397
398
398
### Example
399
399
@@ -547,7 +547,7 @@ Name | Type | Description | Notes
547
547
548
548
List Workspace Regulations
549
549
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.
deflist_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
816
816
"""List Regulations from Source # noqa: E501
817
817
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
819
819
This method makes a synchronous HTTP request by default. To make an
deflist_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
852
852
"""List Regulations from Source # noqa: E501
853
853
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
855
855
This method makes a synchronous HTTP request by default. To make an
deflist_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
1127
1127
"""List Workspace Regulations # noqa: E501
1128
1128
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
1130
1130
This method makes a synchronous HTTP request by default. To make an
@@ -1160,7 +1160,7 @@ def list_workspace_regulations(self, status : Annotated[Optional[StrictStr], Fie
1160
1160
deflist_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
1161
1161
"""List Workspace Regulations # noqa: E501
1162
1162
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
1164
1164
This method makes a synchronous HTTP request by default. To make an
0 commit comments