进度

更新收视进度

get/ep/{id}/status/{status}

Path parameters

idinteger required

章节 ID

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

章节状态类型

收视类型,参考 EpStatusType

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