mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
webapi.txt: explain POST /uri/?t=upload, thanks to Toby Murray for the catch
This commit is contained in:
parent
2fe099a0b3
commit
4334ee056b
@ -670,6 +670,11 @@ POST /uri/$DIRCAP/[SUBDIRS../]FILENAME?t=upload
|
||||
|
||||
POST /uri/$FILECAP?t=upload
|
||||
|
||||
This modifies the contents of an existing mutable file in-place. An error is
|
||||
signalled if $FILECAP does not refer to a mutable file. It behaves just like
|
||||
the "PUT /uri/$FILECAP" form, but uses a POST for the benefit of HTML forms
|
||||
in a web browser.
|
||||
|
||||
=== Attaching An Existing File Or Directory (by URI) ===
|
||||
|
||||
POST /uri/$DIRCAP/[SUBDIRS../]?t=uri&name=CHILDNAME&uri=CHILDCAP
|
||||
|
Loading…
Reference in New Issue
Block a user