diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-07-27 19:56:33 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-03 13:08:36 +0200 |
commit | 392113919adc75ba1537d89a0de8d0641e24d5b8 (patch) | |
tree | 79c4e5a802592024b3d6621afe4c052bea77ad4e /doc | |
parent | 551145bc98e257280b615e305d531a44d7aa4131 (diff) | |
download | gitlab-ce-392113919adc75ba1537d89a0de8d0641e24d5b8.tar.gz |
Validate tag-names and references in WebUI, API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/repositories.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md index 1074b78fd73..c9f6a45c347 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -71,6 +71,9 @@ Parameters: ] ``` +It returns 200 if the operation succeed. In case of an error, +405 with an explaining error message is returned. + ## List repository tree Get a list of repository files and directories in a project. |