comparison docs/api/api.rst @ 4093:77193ad2ea61

fixed typo
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 18 Jul 2013 12:52:59 +0200
parents 5293d4bbb1ea
children 05cabd91f7c3
comparison
equal deleted inserted replaced
4092:1d24330289a2 4093:77193ad2ea61
257 257
258 258
259 get_user 259 get_user
260 -------- 260 --------
261 261
262 Get's an user by username or user_id, Returns empty result if user is not found. 262 Gets an user by username or user_id, Returns empty result if user is not found.
263 If userid param is skipped it is set to id of user who is calling this method. 263 If userid param is skipped it is set to id of user who is calling this method.
264 This command can be executed only using api_key belonging to user with admin 264 This command can be executed only using api_key belonging to user with admin
265 rights, or regular users that cannot specify different userid than theirs 265 rights, or regular users that cannot specify different userid than theirs
266 266
267 267