reflected DeleteExisting in error section ldpatch
authorPierre-Antoine <pchampin@liris.cnrs.fr>
Mon, 15 Dec 2014 18:48:32 +0100
branchldpatch
changeset 931 352b5f1ec843
parent 930 11a2019205fe
child 932 bf4e2ca972ed
reflected DeleteExisting in error section
ldpatch.html
--- a/ldpatch.html	Mon Dec 15 12:13:40 2014 -0500
+++ b/ldpatch.html	Mon Dec 15 18:48:32 2014 +0100
@@ -692,7 +692,7 @@
             <li id="unicity-constraint-violated">If a <a>Unicity constraint</a> is violated, then a HTTP 422 (Unprocessable Entity) error status code MUST be returned.</li>
             <li id="cut-nothing">If a <a>Cut</a> operation fails to remove any triple, then a HTTP 422 (Unprocessable Entity) error status code MUST be returned.</li>
             <li id="cut-non-bnode">If a <a>Cut</a> operation is called on a variable not bound to a blank node, then a HTTP 422 (Unprocessable Entity) error status code MUST be returned.</li>
-            <li id="delete-non-existing-triple">If a <a>Delete</a> attempts to remove a non-existing triple, then a HTTP 422 (Unprocessable Entity) error status code MUST be returned.</li>
+            <li id="deleteexisting-non-existing-triple">If a <a>DeleteExisting</a> attempts to remove a non-existing triple, then a HTTP 422 (Unprocessable Entity) error status code MUST be returned.</li>
             <li id="addnew-already-existing-triple">If a <a>AddNew</a> attempts to add an already existing triple, then a HTTP 422 (Unprocessable Entity) error status code MUST be returned.</li>
             <li id="updatelist-non-list-argument">If the subject and predicate provided to an <a>UpdateList</a> do not have a unique object, or if this object is not a well-formed collection, then a HTTP 422 (Unprocessable Entity) error status code MUST be returned.</li>
             <li id="wrong-order-for-indexes">If the indexes in a <a>slice expression</a> are in the wrong order (e.g. <code>2868..42</code>), then the parsing fails and a 400 (Bad Request) error status code MUST be returned.</li>