{
"ids": [
"string"
],
"doc": {
"id": "string",
"type": 1,
"relateId": "string",
"videoId": "string",
"videoImage": "string",
"videoName": "string",
"videoType": "string",
"videoRemarks": "string",
"createdAt": 0,
"updatedAt": 0
}
}curl --location --request PUT '/api/v1/star' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"doc": {
"id": "string",
"type": 1,
"relateId": "string",
"videoId": "string",
"videoImage": "string",
"videoName": "string",
"videoType": "string",
"videoRemarks": "string",
"createdAt": 0,
"updatedAt": 0
}
}'{
"code": 0,
"msg": "ok",
"data": [
{
"id": "string",
"type": 1,
"relateId": "string",
"videoId": "string",
"videoImage": "string",
"videoName": "string",
"videoType": "string",
"videoRemarks": "string",
"createdAt": 0,
"updatedAt": 0
}
]
}