You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/12/13 14:15:51 UTC

[Couchdb Wiki] Trivial Update of "Complete_HTTP_API_Reference" by DominiqueSandoz

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Complete_HTTP_API_Reference" page has been changed by DominiqueSandoz:
http://wiki.apache.org/couchdb/Complete_HTTP_API_Reference?action=diff&rev1=38&rev2=39

Comment:
Typo

  == Authentication ==
  ||GET||/_session||Returns cookie based login user information||[[Session_API|Session]]||
  ||POST||/_session||Do cookie based user login||[[Session_API|Session]]||
- ||DELETE||/_session||Logout cooked based user||[[Session_API|Session]]||
+ ||DELETE||/_session||Logout cookie based user||[[Session_API|Session]]||
  ||GET||/_oauth/access_token||XXX||
  ||GET||/_oauth/authorize||XXX||
  ||POST||/_oauth/authorize||XXX||