From 64b70cffc5671a26b60b3e0193ebc3acbaf37296 Mon Sep 17 00:00:00 2001 From: leondutoit Date: Mon, 27 Jan 2020 10:57:38 +0100 Subject: [PATCH] mention group add and remove helpers in class level docstring --- iam/pgiam.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iam/pgiam.py b/iam/pgiam.py index 22c2421..d390f9f 100644 --- a/iam/pgiam.py +++ b/iam/pgiam.py @@ -69,6 +69,8 @@ class Db(object): capability_instance_get capabilities_http_sync capabilities_http_grants_sync + capabilities_http_grants_group_add + capabilities_http_grants_group_remove Example usage -------------