From 7bf066539d5ca2f36ccf3cde89a696fe0ce6f9d3 Mon Sep 17 00:00:00 2001 From: Cristian Recoseanu Date: Wed, 6 Aug 2025 12:49:29 +0100 Subject: [PATCH] Make the wording clearer for recurse argument in the section covering the restore request rather than the validation request --- docs/Backup & restore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Backup & restore.md b/docs/Backup & restore.md index 730ef52..f5c1cf5 100644 --- a/docs/Backup & restore.md +++ b/docs/Backup & restore.md @@ -128,7 +128,7 @@ Clients MUST issue requests using `root` as the `rolePath` in order to restore t Clients MUST include the following in the request body: - the backup dataSet containing a collection of [NcObjectPropertiesHolder](https://specs.amwa.tv/nmos-control-feature-sets/branches/main/device-configuration/#ncobjectpropertiesholder) entries with unique role paths -- a boolean `recurse` argument (set to `true` for validating the entire device model) +- a boolean `recurse` argument (set to `true` for targeting the entire device model) - the `restoreMode` argument (set to `Modify` in order to only allow changes to writeable properties) An example request is provided as a [snippet](https://specs.amwa.tv/is-14/branches/v1.0-dev/examples/bulkProperties-put-request.html). @@ -172,7 +172,7 @@ Clients MUST issue requests using `root` as the `rolePath` in order to restore t Clients MUST include the following in the request body: - the backup dataSet containing a collection of [NcObjectPropertiesHolder](https://specs.amwa.tv/nmos-control-feature-sets/branches/main/device-configuration/#ncobjectpropertiesholder) entries with unique role paths -- a boolean `recurse` argument (set to `true` for validating the entire device model) +- a boolean `recurse` argument (set to `true` for targeting the entire device model) - the `restoreMode` argument (set to `Rebuild` in order to allow blocks to be repopulated with the same members as per the original device) An example request is provided as a [snippet](https://specs.amwa.tv/is-14/branches/v1.0-dev/examples/bulkProperties-put-rebuild-request.html).