summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-22 12:34:41 +0000
committerRémy Coutable <remy@rymai.me>2016-02-23 11:29:00 +0100
commit3e8f98aa64aceceb1a0c57823e664267c1511fa8 (patch)
tree8e29acfda32c9077ee6eefcbeac74418862c6160
parentb79c932b10e71e420331ec0f9c86a0e742640d5b (diff)
downloadgitlab-ce-3e8f98aa64aceceb1a0c57823e664267c1511fa8.tar.gz
Merge branch 'add_missing_doc' into 'master'
Add when the API changes got introduced See merge request !2912
-rw-r--r--doc/api/builds.md4
-rw-r--r--doc/api/runners.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/builds.md b/doc/api/builds.md
index 261a83693cb..d3ce72e59fc 100644
--- a/doc/api/builds.md
+++ b/doc/api/builds.md
@@ -257,6 +257,8 @@ Example of response
## Get build artifacts
+> [Introduced][ce-2893] in GitLab 8.5
+
Get build artifacts of a project
```
@@ -279,6 +281,8 @@ Response:
| 200 | Serves the artifacts file |
| 404 | Build not found or no artifacts |
+[ce-2893]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2893
+
## Cancel a build
Cancel a single build of a project
diff --git a/doc/api/runners.md b/doc/api/runners.md
index 8840b8abdcc..cc6c6b7cb2f 100644
--- a/doc/api/runners.md
+++ b/doc/api/runners.md
@@ -1,5 +1,9 @@
# Runners API
+> [Introduced][ce-2640] in GitLab 8.5
+
+[ce-2640]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2640
+
## List owned runners
Get a list of specific runners available to the user.