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 24b7a6b commit ce6e678Copy full SHA for ce6e678
labelbox/schema/organization.py
@@ -44,7 +44,7 @@ def __init__(self, *args, **kwargs):
44
users = Relationship.ToMany("User", False)
45
projects = Relationship.ToMany("Project", True)
46
webhooks = Relationship.ToMany("Webhook", False)
47
- resourceTags = Relationship.ToMany("resource_tags", False)
+ resource_tags = Relationship.ToMany("ResourceTags", False)
48
49
def invite_user(
50
self,
0 commit comments