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