diff --git a/docs/api/api.rst b/docs/api/api.rst --- a/docs/api/api.rst +++ b/docs/api/api.rst @@ -252,7 +252,6 @@ If userid param is skipped, it is set to Any userid can be specified when the command is executed using the api_key of a user with admin rights. Regular users can only speicy their own userid. - INPUT:: id : @@ -295,7 +294,6 @@ get_users List all existing users. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -325,7 +323,6 @@ OUTPUT:: ] error: null - .. _create-user: create_user @@ -334,7 +331,6 @@ create_user Create new user. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -381,7 +377,6 @@ update_user Update the given user if such user exists. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -426,7 +421,6 @@ delete_user Delete the given user if such a user exists. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -451,7 +445,6 @@ get_user_group Get an existing user group. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -494,7 +487,6 @@ get_user_groups List all existing user groups. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -521,7 +513,6 @@ create_user_group Create a new user group. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -553,7 +544,6 @@ Adds a user to a user group. If the user ``false``. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -581,7 +571,6 @@ Remove a user from a user group. If the be ``false``. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -698,7 +687,6 @@ List all existing repositories. This command can only be executed using the api_key of a user with admin rights, or that of a regular user with at least read access to the repository. - INPUT:: id : @@ -736,7 +724,6 @@ Return a list of files and directories f It is possible to specify ret_type to show only ``files`` or ``dirs``. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -772,7 +759,6 @@ This command can only be executed using or that of a regular user with create repository permission. Regular users cannot specify owner parameter. - INPUT:: id : @@ -822,7 +808,6 @@ This command can only be executed using or that of a regular user with create repository permission. Regular users cannot specify owner parameter. - INPUT:: id : @@ -886,7 +871,6 @@ rights, or with the global fork permissi repository permission and at least read access to the repository. Regular users cannot specify owner parameter. - INPUT:: id : @@ -920,7 +904,6 @@ This command can only be executed using or that of a regular user with admin access to the repository. When ``forks`` param is set it is possible to detach or delete forks of the deleted repository. - INPUT:: id : @@ -946,7 +929,6 @@ grant_user_permission Grant permission for a user on the given repository, or update the existing one if found. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -973,7 +955,6 @@ revoke_user_permission Revoke permission for a user on the given repository. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id : @@ -1000,7 +981,6 @@ Grant permission for a user group on the existing one if found. This command can only be executed using the api_key of a user with admin rights. - INPUT:: id :