diff --git a/docs/API requests.md b/docs/API requests.md index 72992f7..f51b2ce 100644 --- a/docs/API requests.md +++ b/docs/API requests.md @@ -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