收藏
更新收藏
post/collection/{subject_id}/update
Path parameters
subject_idinteger required
条目 ID
Query parameters
status'watched' | 'queue' | 'drop' | 'remove' required
章节状态类型
章节状态,参考 EpStatusType
commentstring
简评
tagsstring
标签 <br> 以半角空格分割
ratinginteger
Example:7
评分 <br> 1-10
privacy0 | 1
收藏隐私 <br> 0 = 公开 <br> 1 = 私密
Response
条目收藏信息
Example response
{
"status": {
"id": 5,
"type": "dropped",
"name": "抛弃"
},
"user": {
"id": 1,
"url": "http://bgm.tv/user/sai",
"username": "sai",
"nickname": "Sai",
"avatar": {
"large": "http://lain.bgm.tv/pic/user/l/000/00/00/1.jpg?r=1391790456",
"medium": "http://lain.bgm.tv/pic/user/m/000/00/00/1.jpg?r=1391790456",
"small": "http://lain.bgm.tv/pic/user/s/000/00/00/1.jpg?r=1391790456"
},
"sign": "Awesome!"
}
}