Commit bb95fa97 authored by Stan Hu's avatar Stan Hu

Merge branch 'docs-aqualls-add-project-api-limit' into 'master'

Improve visibility of size limit enforcement

See merge request gitlab-org/gitlab!63459
parents 00b69f21 12a000c1
...@@ -313,7 +313,7 @@ When the user is authenticated and `simple` is not set this returns something li ...@@ -313,7 +313,7 @@ When the user is authenticated and `simple` is not set this returns something li
``` ```
NOTE: 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. and is removed in API v5 in favor of the `topics` attribute.
NOTE: NOTE:
...@@ -977,7 +977,7 @@ GET /projects/:id ...@@ -977,7 +977,7 @@ GET /projects/:id
``` ```
NOTE: 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. and is removed in API v5 in favor of the `topics` attribute.
Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/) Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/)
...@@ -2046,7 +2046,8 @@ POST /projects/:id/restore ...@@ -2046,7 +2046,8 @@ POST /projects/:id/restore
## Upload a file ## Upload a file
Uploads a file to the specified project to be used in an issue or merge request 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 ```plaintext
POST /projects/:id/uploads POST /projects/:id/uploads
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment