进度

批量更新收视进度

建议使用 patchUserSubjectEpisodeCollection

post/subject/{subject_id}/update/watched_eps

Path parameters

subject_idinteger required

条目 ID

Query parameters

watched_epsstring required

如看到 123 话则 POST 123 <br> 书籍条目传 watched_eps 与 watched_vols 至少其一

watched_volsstring

如看到第 3 卷则 POST 3, 仅对书籍条目有效

Response

成功

requeststring

当前请求的地址

code200 | 202 | 304 | 30401 | 400 | 40001 | 401 | 40101 | 40102 | 405 | 404

状态码 <br> 200 OK <br> 202 Accepted <br> 304 Not Modified <br> 30401 Not Modified: Collection already exists <br> 400 Bad Request <br> 40001 Error: Nothing found with that ID <br> 401 Unauthorized <br> 40101 Error: Auth failed over 5 times <br> 40102 Error: Username is not an Email address <br> 405 Method Not Allowed <br> 404 Not Found

errorstring

状态信息

Changes