Skip to content

Commit 78eabc1

Browse files
author
Val Brodsky
committed
Fix searchProjects query for tags
1 parent 0298a0d commit 78eabc1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

libs/labelbox/src/labelbox/schema/labeling_service_dashboard.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
tasksRemainingCount
2929
mediaType
3030
editorTaskType
31-
tags
31+
tags {
32+
id
33+
text
34+
color
35+
type
36+
}
3237
"""
3338

3439

0 commit comments

Comments
 (0)