diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-04-02 09:31:13 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-04-02 09:31:13 +0000 |
commit | 80ef79f2bb056c5fa01b1749f942963e30dddcce (patch) | |
tree | 91c4ef59694d7651c203a4fa887a8ea47f8dcb07 | |
parent | 377a26446f4b88bc265e5bfc883331afdf891166 (diff) | |
parent | 972dd479b3773d2d3cba3a0bf5ea024bdef54888 (diff) | |
download | gitlab-ce-80ef79f2bb056c5fa01b1749f942963e30dddcce.tar.gz |
Merge branch 'docs-update-issue-mr-description-templates-api' into 'master'
Update docs for API for issue and merge request description templates
See merge request gitlab-org/gitlab-ce!18114
-rw-r--r-- | doc/api/projects.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |