diff --git a/protocol.html b/protocol.html index 7a54f3ea..3c82fa68 100644 --- a/protocol.html +++ b/protocol.html @@ -667,7 +667,7 @@

Resource Type Heuristics

Servers MUST only accept requests where there is consistency between the path ending (URI Slash Semantics), any HTTP Link headers with rel="type" and the media type given in the Content-Type header of the request. - Servers MUST reject inconsistent requests using a 409 or 415 status code as per Section 4.3.4 of [RFC7231]. + Servers MUST reject inconsistent requests using a 415 (for media type inconsistency) or 409 (for all other inconsistencies)status code as per Section 4.3.4 of [RFC7231]. When a server recieves a request that attempts to change the resource type, it MUST verify that the resource type of the request is compatible with the current resource type and reject the requests using a 409 status code if it is not. [Source]