comparison docs/api/api.rst @ 1910:466292e57bfd

updated api docs for stable docs
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 17 Jan 2012 20:53:25 +0200
parents 702e29ce1e9b
children 54e84659cb3a
comparison
equal deleted inserted replaced
1907:79183c1321da 1910:466292e57bfd
98 error: null 98 error: null
99 99
100 create_user 100 create_user
101 ----------- 101 -----------
102 102
103 Creates new user in RhodeCode. This command can be executed only using api_key 103 Creates new user or updates current one if such user exists. This command can
104 belonging to user with admin rights. 104 be executed only using api_key belonging to user with admin rights.
105 105
106 INPUT:: 106 INPUT::
107 107
108 api_key : "<api_key>" 108 api_key : "<api_key>"
109 method : "create_user" 109 method : "create_user"