diff options
| author | Mahadevan Karthi <mahadevan.karthi@engineering.digital.dwp.gov.uk> | 2023-01-18 15:58:36 +0000 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2023-01-18 11:37:49 -0800 |
| commit | 9322db663ecdaecf399e3192810d973c6a9a4020 (patch) | |
| tree | f48d39f80d7fe23f6fcfb3afbd1a45967c461f36 /docs | |
| parent | aa44f2aed8150f8c891837e06296c7bbef17c292 (diff) | |
| download | gitlab-9322db663ecdaecf399e3192810d973c6a9a4020.tar.gz | |
feat(group): add support for group restore API
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gl_objects/groups.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/gl_objects/groups.rst b/docs/gl_objects/groups.rst index fafa40a..37977da 100644 --- a/docs/gl_objects/groups.rst +++ b/docs/gl_objects/groups.rst @@ -88,6 +88,11 @@ Remove a group:: # or group.delete() +Restore a Group marked for deletion (Premium only)::: + + group.restore() + + Share/unshare the group with a group:: group.share(group2.id, gitlab.const.AccessLevel.DEVELOPER) |
