mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -71,7 +71,7 @@ POST /projects/:id/feature_flags_user_lists
|
||||
| ------------------- | ---------------- | ---------- | ---------------------------------------------------------------------------------------|
|
||||
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](index.md#namespaced-path-encoding). |
|
||||
| `name` | string | yes | The name of the feature flag. |
|
||||
| `user_xids` | string | yes | A comma separated list of user IDs. |
|
||||
| `user_xids` | string | yes | A comma-separated list of user IDs. |
|
||||
|
||||
```shell
|
||||
curl "https://gitlab.example.com/api/v4/projects/1/feature_flags_user_lists" \
|
||||
@ -143,7 +143,7 @@ PUT /projects/:id/feature_flags_user_lists/:iid
|
||||
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](index.md#namespaced-path-encoding). |
|
||||
| `iid` | integer/string | yes | The internal ID of the project's feature flag user list. |
|
||||
| `name` | string | no | The name of the feature flag. |
|
||||
| `user_xids` | string | no | A comma separated list of user IDs. |
|
||||
| `user_xids` | string | no | A comma-separated list of user IDs. |
|
||||
|
||||
```shell
|
||||
curl "https://gitlab.example.com/api/v4/projects/1/feature_flags_user_lists/1" \
|
||||
|
Reference in New Issue
Block a user