diff options
| author | Antoine Auger <antoineauger@users.noreply.github.com> | 2022-06-13 11:12:02 +0200 |
|---|---|---|
| committer | Antoine Auger <antoineauger@users.noreply.github.com> | 2022-06-13 11:22:07 +0200 |
| commit | 0d44b118f85f92e7beb1a05a12bdc6e070dce367 (patch) | |
| tree | 008938e9b2fd1515b8f49cc832c0fc733a73b05e /docs | |
| parent | 384031c530e813f55da52f2b2c5635ea935f9d91 (diff) | |
| download | gitlab-0d44b118f85f92e7beb1a05a12bdc6e070dce367.tar.gz | |
feat(users): add ban and unban methods
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gl_objects/users.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/gl_objects/users.rst b/docs/gl_objects/users.rst index 01efefa..53b00e2 100644 --- a/docs/gl_objects/users.rst +++ b/docs/gl_objects/users.rst @@ -72,6 +72,11 @@ Activate/Deactivate a user:: user.activate() user.deactivate() +Ban/Unban a user:: + + user.ban() + user.unban() + Follow/Unfollow a user:: user.follow() |
