Changeset - ebb90cfdac83
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-08-20 17:47:40
marcin@python-works.com
api doc fixes
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/api/api.rst
Show inline comments
 
@@ -36,20 +36,21 @@ And will receive JSON formatted answer::
 

	
 
All responses from API will be `HTTP/1.0 200 OK`, if there's an error while
 
calling api **error** key from response will contain failure description 
 
and result will be null.
 

	
 
API METHODS
 
+++++++++++
 

	
 
    
 
pull
 
----
 

	
 
Pulls given repo from remote location. Can be used to autmatically keep 
 
remote repos upto date
 
Pulls given repo from remote location. Can be used to automatically keep 
 
remote repos upto date. This command can be executed only using admin users
 
api_key
 

	
 
::
 
    
 
    method: "pull"
 
    args: {"repo":<repo_name>}
 

	
0 comments (0 inline, 0 general)