summaryrefslogtreecommitdiff
path: root/doc/api/README.md
diff options
context:
space:
mode:
authorThomas Balthazar <thomas@balthazar.info>2016-08-08 13:42:24 +0200
committerThomas Balthazar <thomas@balthazar.info>2016-10-12 11:09:41 +0200
commitb9b13ea8016077e186374e4ee45dfc8a59ea5a78 (patch)
treed4d2d6c6d3ecfa53b00abc5ad87214462142ab9d /doc/api/README.md
parentd3a9838065ab4cd4d1519f6d201b43c9a2b12f2c (diff)
downloadgitlab-ce-b9b13ea8016077e186374e4ee45dfc8a59ea5a78.tar.gz
Create a new /templates API namespace
The /licenses, /gitignores and /gitlab_ci_ymls endpoints are now also available under a new /templates namespace. Old endpoints will be deprecated when GitLab 9.0.0 is released.
Diffstat (limited to 'doc/api/README.md')
-rw-r--r--doc/api/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 9e907689c80..00cb003ed8a 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -17,6 +17,8 @@ following locations:
- [Commits](commits.md)
- [Deployments](deployments.md)
- [Deploy Keys](deploy_keys.md)
+- [Gitignores templates](templates/gitignores.md)
+- [GitLab CI Config templates](templates/gitlab_ci_ymls.md)
- [Groups](groups.md)
- [Group Access Requests](access_requests.md)
- [Group Members](members.md)
@@ -25,7 +27,7 @@ following locations:
- [Labels](labels.md)
- [Merge Requests](merge_requests.md)
- [Milestones](milestones.md)
-- [Open source license templates](licenses.md)
+- [Open source license templates](templates/licenses.md)
- [Namespaces](namespaces.md)
- [Notes](notes.md) (comments)
- [Notification settings](notification_settings.md)