comparison docs/api/api.rst @ 1447:ebb90cfdac83 beta

api doc fixes
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 20 Aug 2011 18:47:40 +0300
parents eab0cf9ab8bf
children e63a2841714d
comparison
equal deleted inserted replaced
1446:eab0cf9ab8bf 1447:ebb90cfdac83
43 43
44 44
45 pull 45 pull
46 ---- 46 ----
47 47
48 Pulls given repo from remote location. Can be used to autmatically keep 48 Pulls given repo from remote location. Can be used to automatically keep
49 remote repos upto date 49 remote repos upto date. This command can be executed only using admin users
50 api_key
50 51
51 :: 52 ::
52 53
53 method: "pull" 54 method: "pull"
54 args: {"repo":<repo_name>} 55 args: {"repo":<repo_name>}