进度

更新收视进度

post/ep/{id}/status/{status}

Path parameters

idinteger required

章节 ID

status'watched' | 'queue' | 'drop' | 'remove' required

章节状态类型

收视类型,参考 EpStatusType

Query parameters

ep_idstring
Example:3697,3698,3699

使用 POST 批量更新 <br> 将章节以半角逗号分隔,如 3697,3698,3699。请求时 URL 中的 ep_id 为最后一个章节 ID

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