summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-01-27 16:53:27 -0200
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-02-13 13:59:17 -0200
commit8adc356902624960647f932a8c701dc6ba4c3bb9 (patch)
tree02fc58f740f7e43da3eda42d44dad9432512cdac /doc/api
parent79e8e6134f89c4a09a422ca128a7579d844f040c (diff)
downloadgitlab-ce-8adc356902624960647f932a8c701dc6ba4c3bb9.tar.gz
Remove deprecated templates endpoints in V422818-licence-gitignore-and-yml-endpoints-removal
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/v3_to_v4.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md
index 7cb83a337f2..0ae07b5d3de 100644
--- a/doc/api/v3_to_v4.md
+++ b/doc/api/v3_to_v4.md
@@ -13,3 +13,13 @@ changes are in V4:
- Project snippets do not return deprecated field `expires_at`
- Endpoints under `projects/:id/keys` have been removed (use `projects/:id/deploy_keys`)
- Status 409 returned for POST `project/:id/members` when a member already exists
+- Removed the following deprecated Templates endpoints (these are still accessible with `/templates` prefix)
+ - `/licences`
+ - `/licences/:key`
+ - `/gitignores`
+ - `/gitlab_ci_ymls`
+ - `/dockerfiles`
+ - `/gitignores/:key`
+ - `/gitlab_ci_ymls/:key`
+ - `/dockerfiles/:key`
+