---
title: "更新章节进度"
method: PATCH
path: "/p1/collections/episodes/{episodeID}"
tags: ["collection"]
---

# 更新章节进度

`PATCH /p1/collections/episodes/{episodeID}`

## Path parameters

- `episodeID` integer, required

## Request body

- UpdateEpisodeProgress
  - `batch` boolean — 是否批量更新(看到当前章节), 批量更新时 type 无效
  - `type` 0 | 1 | 2 | 3 — 章节收藏状态 - 0 = 撤消/删除 - 1 = 想看 - 2 = 看过 - 3 = 抛弃

## Response `200`

Default Response

- object

## Other responses

- `429` — default error response type
- `500` — 意料之外的服务器错误

---

[API](https://skmtc.net/bangumi/apis/bangumi-private-api.md) · [All operations](https://skmtc.net/bangumi/apis/bangumi-private-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bangumi/bangumi-private-api/revisions/645c5a56dde8/schema)
