We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b564eb commit 291f10aCopy full SHA for 291f10a
labelbox/schema/user.py
@@ -50,7 +50,7 @@ def update_org_role(self, role: Role):
50
role (Role): The role that you want to set for this user.
51
52
"""
53
-
+
54
self.client.execute(
55
"""mutation SetOrganizationRolePyApi($userId: ID!, $roleId: ID!) { setOrganizationRole(data: {userId: $userId, roleId: $roleId}) { id name }}""",
56
{
0 commit comments