diff options
author | Sebastian Ziebell <sebastian.ziebell@asquera.de> | 2013-02-13 10:31:06 +0100 |
---|---|---|
committer | Sebastian Ziebell <sebastian.ziebell@asquera.de> | 2013-02-13 10:31:06 +0100 |
commit | 375caeefcfb2672c8fdce18cf6f35372729d0c43 (patch) | |
tree | 74b90868c88f9641a0975271f8a5620709f90eb9 /doc/api | |
parent | ae40e855efc393d752f290ed8eda67961874acf5 (diff) | |
parent | b9f8b4019073fe60515bda8947d9040b4b73ea38 (diff) | |
download | gitlab-ce-375caeefcfb2672c8fdce18cf6f35372729d0c43.tar.gz |
Merge branch 'master' into fixes/api
Diffstat (limited to 'doc/api')
-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 bc6ca70aa50..fd0ef1f53eb 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -79,6 +79,9 @@ Parameters: } ``` +Will return status code `200` on success or `404 Not found` if the branch is not available. + + ## Protect a project repository branch Protect a single project repository branch. |