changeset 3940:3a608d72a86f beta

api.rst edited online with Bitbucket See bugid #847
author Ton Plomp <tcplomp@gmail.com>
date Sat, 25 May 2013 16:01:41 +0000
parents 584ec42af63d
children 3208aaefc9ca
files docs/api/api.rst
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/api/api.rst	Mon Jun 03 22:56:45 2013 +0200
+++ b/docs/api/api.rst	Sat May 25 16:01:41 2013 +0000
@@ -323,6 +323,7 @@
     result: [
               {
                 "user_id" :     "<user_id>",
+                "api_key" :     "<api_key>",
                 "username" :    "<username>",
                 "firstname":    "<firstname>",
                 "lastname" :    "<lastname>",
@@ -414,6 +415,7 @@
               "msg" : "updated user ID:<userid> <username>",
               "user": {
                 "user_id" :  "<user_id>",
+                "api_key" :  "<api_key>",
                 "username" : "<username>",
                 "firstname": "<firstname>",
                 "lastname" : "<lastname>",
@@ -482,6 +484,7 @@
                "members" :  [
                               {
                                 "user_id" :  "<user_id>",
+                                "api_key" :  "<api_key>",
                                 "username" : "<username>",
                                 "firstname": "<firstname>",
                                 "lastname" : "<lastname>",
@@ -664,6 +667,7 @@
                                   {
                                     "type":        "user",
                                     "user_id" :    "<user_id>",
+                                    "api_key" :    "<api_key>",
                                     "username" :   "<username>",
                                     "firstname":   "<firstname>",
                                     "lastname" :   "<lastname>",
@@ -689,6 +693,7 @@
                                   {
                                     "user_id" :     "<user_id>",
                                     "username" :    "<username>",
+                                    "api_key" :     "<api_key>",
                                     "firstname":    "<firstname>",
                                     "lastname" :    "<lastname>",
                                     "email" :       "<email>",