{
"items": [
{
"story_type": "event_story",
"scenario_id": "scenario_event_001",
"title": "历史译文",
"metadata": {
"staff": {
"translator": "翻译A",
"proofreader": "校对B",
"approver": "合意C"
}
},
"lines": [
{
"line_no": 1,
"text": "译文文本",
"metadata": {
"source": "legacy"
}
}
]
}
]
}curl --location --request POST 'https://platform.pjs.accr.cc/api/import/translation-versions' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"story_type": "event_story",
"scenario_id": "scenario_event_001",
"title": "历史译文",
"metadata": {
"staff": {
"translator": "翻译A",
"proofreader": "校对B",
"approver": "合意C"
}
},
"lines": [
{
"line_no": 1,
"text": "译文文本",
"metadata": {
"source": "legacy"
}
}
]
}
]
}'{
"items": [
{
"story_type": "string",
"scenario_id": "string",
"story_id": 0,
"translation_version_id": 0,
"version_no": 0,
"line_count": 0
}
],
"total_versions": 0,
"total_lines": 0
}