diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-22 10:08:57 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-22 10:08:57 +0100 |
commit | 373b277f033e12fd9a3a1e12367dd5cf120f3586 (patch) | |
tree | 8557f80e48244167d9b4583cb97f621d0f733644 /doc/ci | |
parent | 831eb9468d5f82bd7d0c4e51e6ce87ca86aeca8c (diff) | |
download | gitlab-ce-373b277f033e12fd9a3a1e12367dd5cf120f3586.tar.gz |
Add note about commit status API deprecation
[ci skip]
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/api/commits.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ci/api/commits.md b/doc/ci/api/commits.md index 4df7afc6c52..871de7abcce 100644 --- a/doc/ci/api/commits.md +++ b/doc/ci/api/commits.md @@ -1,5 +1,12 @@ # Commits API +**DEPRECATED** + +Since GitLab 8.1, there is a new commit status API. Please see the [revised +documentation](../../api/commits.md#commit-status). + +--- + __Authentication is done by GitLab CI project token__ ## Commits |