projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f22768
)
docs/webapi.txt: document the POST t=upload&mutable=on command used to create mutable...
author
Brian Warner
<warner@lothar.com>
Fri, 9 Nov 2007 11:05:07 +0000
(
04:05
-0700)
committer
Brian Warner
<warner@lothar.com>
Fri, 9 Nov 2007 11:05:07 +0000
(
04:05
-0700)
docs/webapi.txt
patch
|
blob
|
history
diff --git
a/docs/webapi.txt
b/docs/webapi.txt
index 84c1472a6e6618a4d070418ad2fe85d657787d5c..b90e6d9685275ad08f7351419f659bb45bf0592a 100644
(file)
--- a/
docs/webapi.txt
+++ b/
docs/webapi.txt
@@
-331,6
+331,14
@@
c. POST forms
used to upload a single file at a time. To avoid confusion, name= is not
allowed to contain a slash (a 400 Bad Request error will result).
+ POST $URL
+ t=upload
+ name=childname (optional)
+ mutable="on"
+ file=newfile
+ This instructs the node to upload a file into the given directory, using a
+ mutable file (SSK) rather than the usual immutable file (CHK).
+
POST $URL
t=mkdir
name=childname