This commit is contained in:
@@ -70,6 +70,10 @@ class TranscriptionTaskViewSet(viewsets.ModelViewSet):
|
|||||||
'file_url': {
|
'file_url': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'description': '音频文件的URL地址'
|
'description': '音频文件的URL地址'
|
||||||
|
},
|
||||||
|
'project_id': {
|
||||||
|
'type': 'integer',
|
||||||
|
'description': '关联的参赛项目ID'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user