mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
docs/webapi.txt: document the POST t=upload&mutable=on command used to create mutable files
This commit is contained in:
parent
1f22768dc7
commit
9de9346a66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user