diff options
author | Mateusz Filipowicz <mateusz.filipowicz@roche.com> | 2020-02-05 14:10:35 +0100 |
---|---|---|
committer | Mateusz Filipowicz <mateusz.filipowicz@roche.com> | 2020-02-07 11:00:18 +0100 |
commit | 7f192b4f8734e29a63f1c79be322c25d45cfe23f (patch) | |
tree | 838b4da28adc4191e15cef621373ef9341020e44 /docs | |
parent | 8287a0d993a63501fc859702fc8079a462daa1bb (diff) | |
download | gitlab-7f192b4f8734e29a63f1c79be322c25d45cfe23f.tar.gz |
feat: add capability to control GitLab features per project or group
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gl_objects/features.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/gl_objects/features.rst b/docs/gl_objects/features.rst index 9f5e685..2344895 100644 --- a/docs/gl_objects/features.rst +++ b/docs/gl_objects/features.rst @@ -24,6 +24,8 @@ Create or set a feature:: feature = gl.features.set(feature_name, True) feature = gl.features.set(feature_name, 30) + feature = gl.features.set(feature_name, True, user=filipowm) + feature = gl.features.set(feature_name, 40, group=mygroup) Delete a feature:: |