diff --git a/docs/api/api.rst b/docs/api/api.rst --- a/docs/api/api.rst +++ b/docs/api/api.rst @@ -4,7 +4,6 @@ API === - Kallithea has a simple JSON RPC API with a single schema for calling all API methods. Everything is available by sending JSON encoded http(s) requests to ``/_admin/api``. @@ -137,7 +136,6 @@ OUTPUT:: result : "Pulled from ``" error : null - rescan_repos ------------ @@ -161,7 +159,6 @@ OUTPUT:: 'removed': []}" error : null - invalidate_cache ---------------- @@ -184,7 +181,6 @@ OUTPUT:: result : "Caches of repository ``" error : null - lock ---- @@ -216,7 +212,6 @@ OUTPUT:: } error : null - get_ip ------ @@ -249,7 +244,6 @@ OUTPUT:: error : null - get_user -------- @@ -295,7 +289,6 @@ OUTPUT:: } error: null - get_users --------- @@ -382,7 +375,6 @@ Example:: kallithea-api create_user username:bent email:bent@example.com firstname:Bent lastname:Bentsen extern_type:ldap extern_name:uid=bent,dc=example,dc=com - update_user ----------- @@ -428,7 +420,6 @@ OUTPUT:: } error: null - delete_user ----------- @@ -454,7 +445,6 @@ OUTPUT:: } error: null - get_user_group -------------- @@ -498,7 +488,6 @@ OUTPUT:: } error : null - get_user_groups --------------- @@ -526,7 +515,6 @@ OUTPUT:: ] error : null - create_user_group ----------------- @@ -558,7 +546,6 @@ OUTPUT:: } error: null - add_user_to_user_group ---------------------- @@ -587,7 +574,6 @@ OUTPUT:: } error: null - remove_user_from_user_group --------------------------- @@ -616,7 +602,6 @@ OUTPUT:: } error: null - get_repo -------- @@ -706,7 +691,6 @@ OUTPUT:: } error: null - get_repos --------- @@ -745,7 +729,6 @@ OUTPUT:: ] error: null - get_repo_nodes -------------- @@ -778,7 +761,6 @@ OUTPUT:: ] error: null - create_repo ----------- @@ -832,7 +814,6 @@ OUTPUT:: } error: null - update_repo ----------- @@ -894,7 +875,6 @@ OUTPUT:: } error: null - fork_repo --------- @@ -932,7 +912,6 @@ OUTPUT:: } error: null - delete_repo ----------- @@ -961,7 +940,6 @@ OUTPUT:: } error: null - grant_user_permission --------------------- @@ -989,7 +967,6 @@ OUTPUT:: } error: null - revoke_user_permission ---------------------- @@ -1016,7 +993,6 @@ OUTPUT:: } error: null - grant_user_group_permission --------------------------- @@ -1045,7 +1021,6 @@ OUTPUT:: } error: null - revoke_user_group_permission ----------------------------