From 972dd479b3773d2d3cba3a0bf5ea024bdef54888 Mon Sep 17 00:00:00 2001 From: Victor Wu Date: Mon, 2 Apr 2018 09:31:13 +0000 Subject: Update docs for API for issue and merge request description templates --- doc/api/projects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/projects.md b/doc/api/projects.md index 271ee91dc72..f388fae42a9 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -1344,3 +1344,7 @@ Read more in the [Project members](members.md) documentation. ## Project badges Read more in the [Project Badges](project_badges.md) documentation. + +## Issue and merge request description templates + +The non-default [issue and merge request description templates](../user/project/description_templates.md) are managed inside the project's repository. So you can manage them via the API through the [Repositories API](repositories.md) and the [Repository Files API](repository_files.md). \ No newline at end of file -- cgit v1.2.1