docs/webapi.txt: document the POST t=upload&mutable=on command used to create mutable files

This commit is contained in:
Brian Warner 2007-11-09 04:05:07 -07:00
parent 1f22768dc7
commit 9de9346a66

View File

@ -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