Skip to content

Commit e00847b

Browse files
author
Val Brodsky
committed
Update organization filter due to api change
1 parent 81a22dd commit e00847b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/schema/search_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class OperationType(Enum):
3030
"""
3131
Supported search entity types
3232
"""
33-
Organization = 'organization'
33+
Organization = 'organization_id'
3434
Workspace = 'workspace'
3535
Tag = 'tag'
3636
Stage = 'stage'

0 commit comments

Comments
 (0)