diff --git a/protocol.html b/protocol.html index 19b61453..57dd7911 100644 --- a/protocol.html +++ b/protocol.html @@ -708,6 +708,11 @@
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.
+