{
"workLink": "string",
"dataId": "string",
"platformWorkId": "string",
"linkStatus": "ready",
"linkError": "string",
"linkMeta": {
"property1": "string",
"property2": "string"
}
}curl --location --request PATCH '/api/v2/channels/publish/records//work-link' \
--header 'Content-Type: application/json' \
--data '{
"workLink": "string",
"dataId": "string",
"platformWorkId": "string",
"linkStatus": "ready",
"linkError": "string",
"linkMeta": {
"property1": "string",
"property2": "string"
}
}'{
"data": {
"id": "string",
"flowId": "string",
"taskId": "string",
"userTaskId": "string",
"accountId": "string",
"accountType": "douyin",
"type": "video",
"status": -1,
"title": "string",
"desc": "string",
"publishTime": "2019-08-24T14:15:22.123Z",
"platformWorkId": "string",
"workLink": "string",
"linkStatus": "pending",
"linkError": "string",
"linkMeta": {
"property1": "string",
"property2": "string"
},
"videoUrl": "string",
"coverUrl": "string",
"imgUrlList": [
"string"
],
"source": "publish",
"errorMsg": "string",
"errorData": {
"type": "string",
"code": "string",
"message": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"code": 0,
"message": "string",
"requestId": "string"
}