Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-29 21:09:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-29 21:09:17 +0300
commit2516f0d87bf4504cf0d626a0584b2eebe459749b (patch)
tree52d1188485f7362da9d87b526e14e49be00fa9a1 /doc/api/project_templates.md
parent10052df7536415c192788799b294c9a5ecf07ce7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/project_templates.md')
-rw-r--r--doc/api/project_templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/project_templates.md b/doc/api/project_templates.md
index d75047d6cb3..6c423f0b058 100644
--- a/doc/api/project_templates.md
+++ b/doc/api/project_templates.md
@@ -34,7 +34,7 @@ GET /projects/:id/templates/:type
| Attribute | Type | Required | Description |
| ---------- | ------ | -------- | ----------- |
| `id` | integer / string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) |
-| `type` | string | yes| The type `(dockerfiles|gitignores|gitlab_ci_ymls|licenses|issues|merge_requests)` of the template |
+| `type` | string | yes | The type `(dockerfiles|gitignores|gitlab_ci_ymls|licenses|issues|merge_requests)` of the template |
Example response (licenses):