doc(HTTPFailedDependency): Remove PROPPATCH reference

This commit is contained in:
Kurt Griffiths
2017-01-27 14:02:48 -07:00
parent 08389c92a9
commit 0b4cfb112b

View File

@@ -925,9 +925,7 @@ class HTTPFailedDependency(OptionalRepresentation, HTTPError):
The 424 (Failed Dependency) status code means that the method could
not be performed on the resource because the requested action
depended on another action and that action failed. For example, if a
command in a PROPPATCH method fails, then, at minimum, the rest of
the commands will also fail with 424 (Failed Dependency).
depended on another action and that action failed.
(See also: RFC 4918, Section 11.4)