Skip to content

Commit 4bff6b3

Browse files
Make the wording clearer for recurse argument (#37)
in the section covering the restore request rather than the validation request
1 parent 03cff7a commit 4bff6b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Backup & restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Clients MUST issue requests using `root` as the `rolePath` in order to restore t
128128
Clients MUST include the following in the request body:
129129

130130
- 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
131-
- a boolean `recurse` argument (set to `true` for validating the entire device model)
131+
- a boolean `recurse` argument (set to `true` for targeting the entire device model)
132132
- the `restoreMode` argument (set to `Modify` in order to only allow changes to writeable properties)
133133

134134
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
172172
Clients MUST include the following in the request body:
173173

174174
- 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
175-
- a boolean `recurse` argument (set to `true` for validating the entire device model)
175+
- a boolean `recurse` argument (set to `true` for targeting the entire device model)
176176
- the `restoreMode` argument (set to `Rebuild` in order to allow blocks to be repopulated with the same members as per the original device)
177177

178178
An example request is provided as a [snippet](https://specs.amwa.tv/is-14/branches/v1.0-dev/examples/bulkProperties-put-rebuild-request.html).

0 commit comments

Comments
 (0)