Skip to content

Commit

Permalink
Update API requests.md
Browse files Browse the repository at this point in the history
Fix type for "selective"
  • Loading branch information
cristian-recoseanu committed May 28, 2024
1 parent 4ecc08a commit b4d0c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Setting properties through the `bulkProperties` endpoint allows a user to perfor

A `complete restore` is when a [backup data set](Backup%20&%20restore.md#definitions) from a `full backup` is applied as a `PUT` to the `/bulkProperties` endpoint of the root block with the `recurse` argument set to true, and all the properties of all role paths in the data set are applied successfully (their returned validation status is `Ok`). A `complete restore` can also be achieved when a `partial backup` is applied and all the properties of all role paths in the data set are applied successfully (their returned validation status is `Ok`). If any of the properties return a validation status other than `Ok` then that is called an [incomplete restore](Backup%20&%20restore.md#definitions).

A `selectice restore` is when a [backup data set](Backup%20&%20restore.md#definitions) from a `full backup` or `partial backup` is applied as a `PUT` to the `/bulkProperties` endpoint of a role path which is not the root block. A selective restore can also be achieved by a `PUT` operation to the `/bulkProperties` endpoint of the root block with the `recurse` query parameter set to false which will result in restoring the properties of the root block only.
A `selective restore` is when a [backup data set](Backup%20&%20restore.md#definitions) from a `full backup` or `partial backup` is applied as a `PUT` to the `/bulkProperties` endpoint of a role path which is not the root block. A selective restore can also be achieved by a `PUT` operation to the `/bulkProperties` endpoint of the root block with the `recurse` query parameter set to false which will result in restoring the properties of the root block only.

## PATCH

Expand Down

0 comments on commit b4d0c63

Please sign in to comment.