Skip to content

Commit 674db61

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 27a316e commit 674db61

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

docs/DeletionAndSuppressionApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public class Example {
390390
391391
List Regulations from Source
392392

393-
Lists all Source-scoped regulations.
393+
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.
394394

395395
### Example
396396

@@ -542,7 +542,7 @@ public class Example {
542542
543543
List Workspace Regulations
544544

545-
Lists all Workspace-scoped regulations.
545+
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.
546546

547547
### Example
548548

src/main/java/com/segment/publicapi/api/DeletionAndSuppressionApi.java

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,9 @@ private okhttp3.Call listRegulationsFromSourceValidateBeforeCall(
11621162
}
11631163

11641164
/**
1165-
* List Regulations from Source Lists all Source-scoped regulations.
1165+
* List Regulations from Source Lists all Source-scoped regulations. Please note: List
1166+
* regulations for Source only returns deletion requests from the past 90 days. Deletion
1167+
* requests older than 90 days are not retained and will result in 404 resource not found.
11661168
*
11671169
* @param sourceId (required)
11681170
* @param status The status on which to filter returned regulations. This parameter exists in
@@ -1195,7 +1197,9 @@ public ListRegulationsFromSource200Response listRegulationsFromSource(
11951197
}
11961198

11971199
/**
1198-
* List Regulations from Source Lists all Source-scoped regulations.
1200+
* List Regulations from Source Lists all Source-scoped regulations. Please note: List
1201+
* regulations for Source only returns deletion requests from the past 90 days. Deletion
1202+
* requests older than 90 days are not retained and will result in 404 resource not found.
11991203
*
12001204
* @param sourceId (required)
12011205
* @param status The status on which to filter returned regulations. This parameter exists in
@@ -1230,7 +1234,10 @@ public ApiResponse<ListRegulationsFromSource200Response> listRegulationsFromSour
12301234
}
12311235

12321236
/**
1233-
* List Regulations from Source (asynchronously) Lists all Source-scoped regulations.
1237+
* List Regulations from Source (asynchronously) Lists all Source-scoped regulations. Please
1238+
* note: List regulations for Source only returns deletion requests from the past 90 days.
1239+
* Deletion requests older than 90 days are not retained and will result in 404 resource not
1240+
* found.
12341241
*
12351242
* @param sourceId (required)
12361243
* @param status The status on which to filter returned regulations. This parameter exists in
@@ -1534,7 +1541,9 @@ private okhttp3.Call listWorkspaceRegulationsValidateBeforeCall(
15341541
}
15351542

15361543
/**
1537-
* List Workspace Regulations Lists all Workspace-scoped regulations.
1544+
* List Workspace Regulations Lists all Workspace-scoped regulations. Please note: List
1545+
* Workspace regulations only returns deletion requests from the past 90 days. Deletion requests
1546+
* older than 90 days are not retained and will result in 404 resource not found.
15381547
*
15391548
* @param status The status on which to filter the returned regulations. This parameter exists
15401549
* in v1. (optional)
@@ -1562,7 +1571,9 @@ public ListWorkspaceRegulations200Response listWorkspaceRegulations(
15621571
}
15631572

15641573
/**
1565-
* List Workspace Regulations Lists all Workspace-scoped regulations.
1574+
* List Workspace Regulations Lists all Workspace-scoped regulations. Please note: List
1575+
* Workspace regulations only returns deletion requests from the past 90 days. Deletion requests
1576+
* older than 90 days are not retained and will result in 404 resource not found.
15661577
*
15671578
* @param status The status on which to filter the returned regulations. This parameter exists
15681579
* in v1. (optional)
@@ -1592,7 +1603,10 @@ public ApiResponse<ListWorkspaceRegulations200Response> listWorkspaceRegulations
15921603
}
15931604

15941605
/**
1595-
* List Workspace Regulations (asynchronously) Lists all Workspace-scoped regulations.
1606+
* List Workspace Regulations (asynchronously) Lists all Workspace-scoped regulations. Please
1607+
* note: List Workspace regulations only returns deletion requests from the past 90 days.
1608+
* Deletion requests older than 90 days are not retained and will result in 404 resource not
1609+
* found.
15961610
*
15971611
* @param status The status on which to filter the returned regulations. This parameter exists
15981612
* in v1. (optional)

0 commit comments

Comments
 (0)