Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2020-10-22 21:10:39 +00:00
parent b3c281c8c7
commit e5356e229f
36 changed files with 354 additions and 149 deletions

View File

@ -178,3 +178,8 @@ do something like this:
```shell
curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" --data "skip_users[]=<user_id>" --data "skip_users[]=<user_id>" "https://gitlab.example.com/api/v4/projects/<project_id>/users"
```
## Include a changelog entry
All client-facing changes **must** include a [changelog entry](../changelog.md).
This does not include internal APIs.