mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 22:47:52 +02:00
Add Endpoint POST /v2/Manga/internalId/ignoreChaptersBelow #167
This commit is contained in:
@ -195,6 +195,30 @@ Returns the latest Chapter of the specified Manga.
|
||||
| 404 | Manga with `internalId` could not be found |
|
||||
</details>
|
||||
|
||||
### <sub></sub> `/v2/Manga/<internalId>/ignoreChaptersBelow`
|
||||
|
||||
<details>
|
||||
<summary>Request</summary>
|
||||
|
||||
`internalId` is returned in the response of
|
||||
* [GET /v2/Manga](#-v2manga)
|
||||
* [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga)
|
||||
* [GET /v2/Job/*jobId*](#-v2jobjobid)
|
||||
|
||||
| Parameter | Value |
|
||||
|--------------|----------------------------|
|
||||
| startChapter | Chapter-number to start at |
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Returns</summary>
|
||||
|
||||
| StatusCode | Meaning |
|
||||
|------------|--------------------------------------------|
|
||||
| 404 | Manga with `internalId` could not be found |
|
||||
| 500 | Parsing Error |
|
||||
</details>
|
||||
|
||||
## Jobs <sup>[^top](#top)</sup>
|
||||
|
||||
### <sub></sub> `/v2/Jobs`
|
||||
|
Reference in New Issue
Block a user