Request
Body Params application/json
createTime
string <date-time>
optionalupdateTime
string <date-time>
optionalAdditional propertiesobject
optionalvideoTitle
string <string>
requiredMatch pattern:^#\S+(\s+#\S+)*\s*#?$
videoRemark
string <string>
requiredarticleTag
string <string>
optionaltaskBatchId
integer <int64>
requiredauditStatus
string <string>
optional审核状态(0=待审核、1=审核通过、2=不通过、3=异常、4=作废)
publishStatus
string <string>
optional发布标注(空表示未审核成功,0=未发布、1=已发布)
publishPlatform
string <string>
optional{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"videoId": 0,
"taskId": 0,
"videoName": "string",
"videoUrl": "string",
"videoTitle": "string",
"videoTag": "string",
"videoRemark": "string",
"articleTag": "string",
"taskBatchId": 0,
"auditStatus": "string",
"publishStatus": "string",
"publishPlatform": "string"
}
Request samples
curl --location --request PUT 'http://192.168.2.91:8080/shipin/video' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"videoId": 0,
"taskId": 0,
"videoName": "string",
"videoUrl": "string",
"videoTitle": "string",
"videoTag": "string",
"videoRemark": "string",
"articleTag": "string",
"taskBatchId": 0,
"auditStatus": "string",
"publishStatus": "string",
"publishPlatform": "string"
}'
Responses
application/json {
"code": 0,
"msg": "string",
"data": {}
}
Modified at 2024-08-28 16:00:27