You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Backup & restore.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Clients MUST issue requests using `root` as the `rolePath` in order to restore t
128
128
Clients MUST include the following in the request body:
129
129
130
130
- 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)
132
132
- the `restoreMode` argument (set to `Modify` in order to only allow changes to writeable properties)
133
133
134
134
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
172
172
Clients MUST include the following in the request body:
173
173
174
174
- 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)
176
176
- the `restoreMode` argument (set to `Rebuild` in order to allow blocks to be repopulated with the same members as per the original device)
177
177
178
178
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