summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAntoine Auger <antoineauger@users.noreply.github.com>2022-06-13 11:12:02 +0200
committerAntoine Auger <antoineauger@users.noreply.github.com>2022-06-13 11:22:07 +0200
commit0d44b118f85f92e7beb1a05a12bdc6e070dce367 (patch)
tree008938e9b2fd1515b8f49cc832c0fc733a73b05e /docs
parent384031c530e813f55da52f2b2c5635ea935f9d91 (diff)
downloadgitlab-0d44b118f85f92e7beb1a05a12bdc6e070dce367.tar.gz
feat(users): add ban and unban methods
Diffstat (limited to 'docs')
-rw-r--r--docs/gl_objects/users.rst5
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()