From 373b277f033e12fd9a3a1e12367dd5cf120f3586 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 22 Jan 2016 10:08:57 +0100 Subject: Add note about commit status API deprecation [ci skip] --- doc/api/commits.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc/api') diff --git a/doc/api/commits.md b/doc/api/commits.md index 4008629e0a2..e4d436b8e52 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -211,7 +211,12 @@ Example response: } ``` -## Get the status of a commit +## Commit status + +Since GitLab 8.1, this is the new commit status API. The documentation in +[ci/api/commits](../ci/api/commits.md) is deprecated. + +### Get the status of a commit Get the statuses of a commit in a project. @@ -285,7 +290,7 @@ Example response: ] ``` -## Post the build status to a commit +### Post the build status to a commit Adds or updates a build status of a commit. -- cgit v1.2.1