#1 - 2021-2-1 22:35
et
/collection/{subject_id}/{action} 管理收藏

这个api不能更新条目吗, 那这个status是干嘛用的

我想将某个条目更新为看过, 如'https://api.bgm.tv/collection/261805/update?status=watched'
但实际会将这个条目改为wish(想看)状态
#2 - 2021-2-1 22:41
上游issue
#3 - 2021-2-2 23:23
subject 是用这个
wish = 想做
collect = 做过
do = 在做
on_hold = 搁置
dropped = 抛弃
API
#3-1 - 2021-2-3 00:11
et
意思是这样吗 https://api.bgm.tv/collection/{subject}/update?status=collect

还是不行, 还是将条目改为wish
#3-2 - 2021-2-4 23:48
猫苇
et 说: 意思是这样吗 https://api.bgm.tv/collection/{subject}/update?status=collect

还是不行, 还是将条目改为wish
参数需要放在body里,拼在url后面不行
#3-3 - 2021-2-5 00:03
et
猫苇 说: 参数需要放在body里,拼在url后面不行
哦,好了,十分感谢