]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - docs/frontends/webapi.rst
WUI: change the label of the button to unlink a file from 'del' to 'unlink'. Also...
[tahoe-lafs/tahoe-lafs.git] / docs / frontends / webapi.rst
index ea6ada67cb2e671d34d649f8ea05c1b6fd833459..ed591b62f92c66f58b5c8a433611e297ca71ea48 100644 (file)
@@ -88,7 +88,7 @@ URL) will return information about the object, such as metadata. GET
 operations are required to have no side-effects.
 
 PUT is used to upload new objects into the filesystem, or to replace an
-existing object. DELETE it used to delete objects from the filesystem. Both
+existing object. DELETE is used to delete objects from the filesystem. Both
 PUT and DELETE are required to be idempotent: performing the same operation
 multiple times must have the same side-effects as only performing it once.
 
@@ -1159,6 +1159,11 @@ Deleting A Child
  into the subtree will see that the child subdirectories are not modified by
  this operation. Only the link from the given directory to its child is severed.
 
+ In Tahoe-LAFS v1.9.0 and later, t=unlink can be used as a synonym for t=delete.
+ If interoperability with older web-API servers is required, t=delete should
+ be used.
+
+
 Renaming A Child
 ----------------