From: Zooko O'Whielacronx Date: Fri, 18 Apr 2008 04:09:12 +0000 (-0700) Subject: docs: tiny update to webapi.txt X-Git-Tag: allmydata-tahoe-1.1.0~220 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=60eb3505f59f12f59f710ef97eea926b669d95d1;p=tahoe-lafs%2Ftahoe-lafs.git docs: tiny update to webapi.txt I'm actually committing this just to test our patch management infrastructure. --- diff --git a/docs/webapi.txt b/docs/webapi.txt index 22ea6925..78b3861a 100644 --- a/docs/webapi.txt +++ b/docs/webapi.txt @@ -347,7 +347,7 @@ a. uploading a file and attaching it to the vdrive the client is not obligated to do anything with the URI. According to the HTTP/1.1 specification (rfc2616), this should return a 200 (OK) code when modifying an existing file, and a 201 (Created) code when creating a new - file. (TODO: as of 0.5, the web server only returns 200, never 201). + file. (TODO: as of Tahoe v1.0, the web server only returns 200, never 201). To use this, run 'curl -T localfile http://127.0.0.1:8123/vdrive/global/newfile'