Skip to content

Commit 9831393

Browse files
Change row_fields to repeatable_fields
1 parent 296de44 commit 9831393

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
@@ -7,7 +7,7 @@
77
ALLOWED_FIELDS = {'categorization': {'attachment', 'attachment_type', 'categories',
88
'category_ids', 'allow_multiple'},
99
'transcription': {'attachment', 'attachment_type',
10-
'fields', 'row_fields'},
10+
'fields', 'repeatable_fields'},
1111
'phonecall': {'attachment', 'attachment_type', 'phone_number',
1212
'script', 'entity_name', 'fields', 'choices'},
1313
'comparison': {'attachments', 'attachment_type',

0 commit comments

Comments
 (0)