Skip to content

Commit 809ec79

Browse files
add splines param for lineannotation
1 parent 9831393 commit 809ec79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'polygonannotation': {'attachment', 'attachment_type', 'instruction',
1919
'objects_to_annotate', 'with_labels', 'examples'},
2020
'lineannotation': {'attachment', 'attachment_type', 'instruction',
21-
'objects_to_annotate', 'with_labels', 'examples'},
21+
'objects_to_annotate', 'with_labels', 'examples', 'splines'},
2222
'datacollection': {'attachment', 'attachment_type', 'fields'},
2323
'audiotranscription': {'attachment', 'attachment_type', 'verbatim', 'phrases'}}
2424
SCALE_ENDPOINT = 'https://api.scaleapi.com/v1/'

0 commit comments

Comments
 (0)