#74 API Documentation

This commit is contained in:
Glax 2024-04-20 16:57:06 +02:00
parent fa2598084f
commit 630e507564

View File

@ -154,6 +154,28 @@ Returns the Chapter-list for the specified Manga.
| 404 | Manga with `internalId` could not be found |
</details>
### <sub>![GET](https://img.shields.io/badge/GET-0f0)</sub> `/v2/Manga/<internalId>/Chapters/latest`
Returns the latest Chapter of the specified Manga.
<details>
<summary>Request</summary>
`internalId` is returned in the response of
* [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga)
* [GET /v2/Jobs/*jobId*](#-v2jobs)
</details>
<details>
<summary>Returns</summary>
[Chapter](Types.md/#chapter)
| StatusCode | Meaning |
|------------|--------------------------------------------|
| 404 | Manga with `internalId` could not be found |
</details>
## Jobs <sup>[^top](#top)</sup>
### <sub>![GET](https://img.shields.io/badge/GET-0f0)</sub> `/v2/Jobs`