mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user