Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-reference/beta/api/restorepoint-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In the request body, supply a JSON representation of the following parameters.
If successful, this action returns a `200 OK` response code and a [restorePointSearchResponse](../resources/restorepointsearchresponse.md) object in the response body.

> [!NOTE]
> - Calls return a maximum of five restore points.
> - Calls return one restore point per protection unit.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Subham-RKB -

Please note contributions my internal members should be made through the private repo.

Given this is a minor change, I've reviewed and have 1 Q: Is it "restore point per protection unit" or "protection unit per restore point"? - the API.md seems to point to the latter...but I stand corrected

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FaithOmbongi Its restore point per protection unit

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FaithOmbongi could you please provide me a guideline document on how can I access private repo and make the changes?
Thank You!!!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

> - You can include a maximum of 20 protection units in a single request, and the response isn't paginated.
> - When you provide an expression for the **artifactQuery** property, you must provide only one protection unit ID in the **protectionUnitIds** property.

Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/restorepoint-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ In the request body, supply a JSON representation of the following parameters.
If successful, this action returns a `200 OK` response code and a [restorePointSearchResponse](../resources/restorepointsearchresponse.md) object in the response body.

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

Expand Down
Loading