[snowy] /user/notes supports PUT.



commit e298ecad4818cdbfc0ff0e0fd8b42a62fa188883
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Sun May 17 20:48:05 2009 -0700

    /user/notes supports PUT.
---
 api/handlers.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/api/handlers.py b/api/handlers.py
index 372b552..11743f6 100644
--- a/api/handlers.py
+++ b/api/handlers.py
@@ -64,7 +64,7 @@ class UserHandler(AnonymousBaseHandler):
 
 # http://domain/api/1.0/user/notes
 class NotesHandler(BaseHandler):
-    allow_methods = ('GET',)
+    allow_methods = ('GET', 'PUT')
 
     # TODO: Handle since param
     @catch_and_return(ObjectDoesNotExist, rc.NOT_HERE)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]