Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2021-01-29 21:09:34 +00:00
parent 2516f0d87b
commit 37a1347df2
85 changed files with 1396 additions and 127 deletions

View File

@ -165,7 +165,7 @@ curl --request POST \
### Post data using form-data
Instead of using JSON or urlencode you can use multipart/form-data which
Instead of using JSON or URL-encoding data, you can use `multipart/form-data` which
properly handles data encoding:
```shell