Skip to content

Commit 30fd022

Browse files
Clarify restore point return limits in documentation (#9865)
* Clarify restore point return limits in documentation Updated note about restore point search response limits. * align v1 doc Updated note on restore point search response limits. --------- Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
1 parent 3650e3f commit 30fd022

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api-reference/beta/api/restorepoint-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In the request body, supply a JSON representation of the following parameters.
6767
If successful, this action returns a `200 OK` response code and a [restorePointSearchResponse](../resources/restorepointsearchresponse.md) object in the response body.
6868

6969
> [!NOTE]
70-
> - Calls return a maximum of five restore points.
70+
> - Calls return one restore point per protection unit.
7171
> - You can include a maximum of 20 protection units in a single request, and the response isn't paginated.
7272
> - When you provide an expression for the **artifactQuery** property, you must provide only one protection unit ID in the **protectionUnitIds** property.
7373

api-reference/v1.0/api/restorepoint-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In the request body, supply a JSON representation of the following parameters.
6565
If successful, this action returns a `200 OK` response code and a [restorePointSearchResponse](../resources/restorepointsearchresponse.md) object in the response body.
6666

6767
> [!NOTE]
68-
> - Calls return a maximum of five restore points.
68+
> - Calls return one restore point per protection unit.
6969
> - You can include a maximum of 20 protection units in a single request, and the response isn't paginated.
7070
> - When you provide an expression for the **artifactQuery** property, you must provide only one protection unit ID in the **protectionUnitIds** property.
7171

0 commit comments

Comments
 (0)