Skip to content
Snippets Groups Projects
Commit 373b277f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Add note about commit status API deprecation

[ci skip]
parent 831eb946
No related branches found
No related tags found
No related merge requests found
Loading
@@ -211,7 +211,12 @@ Example response:
Loading
@@ -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. Get the statuses of a commit in a project.
   
Loading
@@ -285,7 +290,7 @@ Example response:
Loading
@@ -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. Adds or updates a build status of a commit.
   
Loading
Loading
# Commits API # 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__ __Authentication is done by GitLab CI project token__
   
## Commits ## Commits
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment