Skip to content

Commit ade02a7

Browse files
Update guidance based on group feedback
1 parent 9804285 commit ade02a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Authorization Practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ A token claim could also offer asymmetrical access like in the following example
254254
}
255255
```
256256

257-
Note that PATCH requests against URLs ending in `/bulkProperties` do not require write access as they do not make modifications to the device model and are only used for validation purposes.
257+
Devices MUST check that PATCH requests against URLs ending in `/bulkProperties` have the necessary write access. This allows for permission errors to be identified at the validation stage before a client attempts to perform a restore by using the PUT verb.
258258

259259
[IS-10]: https://specs.amwa.tv/is-10 "AMWA IS-10 NMOS Authorization Specification"
260260
[RFC-2119]: https://tools.ietf.org/html/rfc2119 "Key words for use in RFCs to Indicate Requirement Levels"

0 commit comments

Comments
 (0)