From 7c6e541dc2642740a6ec2d7ed7921aca41446b37 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Thu, 23 Jul 2020 09:59:50 +0200 Subject: feat: add share/unshare group with group --- docs/gl_objects/groups.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/gl_objects/groups.rst b/docs/gl_objects/groups.rst index 02d2bb0..199847d 100644 --- a/docs/gl_objects/groups.rst +++ b/docs/gl_objects/groups.rst @@ -74,6 +74,11 @@ Remove a group:: # or group.delete() +Share/unshare the group with a group:: + + group.share(group2.id, gitlab.DEVELOPER_ACCESS) + group.unshare(group2.id) + Import / Export =============== -- cgit v1.2.1