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-06-09 00:10:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-09 00:10:05 +0300
commit9882aeb510f9e3125a6451eb08681ea9d90dd5e2 (patch)
tree02dbb3cb032ee91c50fdccb00893bbc94ec04acc /doc/api/projects.md
parent8a03b5424b73679d852fbf43781d9422c83869f7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r--doc/api/projects.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 3b951105e91..2d2e3285356 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -313,7 +313,7 @@ When the user is authenticated and `simple` is not set this returns something li
```
NOTE:
-The `tag_list` attribute has been deprecated
+The `tag_list` attribute has been deprecated
and is removed in API v5 in favor of the `topics` attribute.
NOTE:
@@ -977,7 +977,7 @@ GET /projects/:id
```
NOTE:
-The `tag_list` attribute has been deprecated
+The `tag_list` attribute has been deprecated
and is removed in API v5 in favor of the `topics` attribute.
Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/)
@@ -2046,7 +2046,8 @@ POST /projects/:id/restore
## Upload a file
Uploads a file to the specified project to be used in an issue or merge request
-description, or a comment.
+description, or a comment. GitLab versions 14.0 and later
+[enforce](#max-attachment-size-enforcement) this limit.
```plaintext
POST /projects/:id/uploads