diff --git a/protocol.html b/protocol.html index 19b61453..57dd7911 100644 --- a/protocol.html +++ b/protocol.html @@ -708,6 +708,11 @@

Writing Resources

Servers MUST NOT allow HTTP POST, PUT and PATCH to update a container’s containment triples; if the server receives such a request, it MUST respond with a 409 status code. [Source]

+

+ Servers MUST NOT allow a client to explicitly request multi-resource changes via the PATCH method, but the server is permitted to propagate side-effects of a change to the target resource to other resources. [Source] + Servers SHOULD respond with a 422 status code [RFC4918] and a message body that explains the error if it determines that such an instruction is attempted. +

+

Note: Conditional Update

@@ -1070,6 +1075,8 @@

Normative References

Registration Procedures for Message Header Fields. G. Klyne; M. Nottingham; J. Mogul. IETF. September 2004. Best Current Practice. URL: https://datatracker.ietf.org/doc/html/rfc3864
[RFC3986]
Uniform Resource Identifier (URI): Generic Syntax. T. Berners-Lee; R. Fielding; L. Masinter. IETF. January 2005. Internet Standard. URL: https://datatracker.ietf.org/doc/html/rfc3986
+
[RFC4918]
+
HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV). L. Dusseault, Ed.. IETF. June 2007. Proposed Standard. URL: https://datatracker.ietf.org/doc/html/rfc4918
[RFC5023]
The Atom Publishing Protocol. J. Gregorio, Ed.; B. de hOra, Ed.. IETF. October 2007. Proposed Standard. URL: https://datatracker.ietf.org/doc/html/rfc5023
[RFC5789]