Skip to content

Commit 31a433c

Browse files
Add note for PATCH requests to /bulkProperties
1 parent 17ffee9 commit 31a433c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Authorization Practice.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ 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.
258+
257259
[IS-10]: https://specs.amwa.tv/is-10 "AMWA IS-10 NMOS Authorization Specification"
258260
[RFC-2119]: https://tools.ietf.org/html/rfc2119 "Key words for use in RFCs to Indicate Requirement Levels"
259261
[RFC-6750]: https://tools.ietf.org/html/rfc6750 "The OAuth 2.0 Authorization Framework: Bearer Token Usage"

0 commit comments

Comments
 (0)