diff --git a/docs/API_Calls_v2.md b/docs/API_Calls_v2.md index 00b0cb9..f4934c0 100644 --- a/docs/API_Calls_v2.md +++ b/docs/API_Calls_v2.md @@ -154,6 +154,28 @@ Returns the Chapter-list for the specified Manga. | 404 | Manga with `internalId` could not be found | +### ![GET](https://img.shields.io/badge/GET-0f0) `/v2/Manga//Chapters/latest` + +Returns the latest Chapter of the specified Manga. + +
+ Request + + `internalId` is returned in the response of + * [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga) + * [GET /v2/Jobs/*jobId*](#-v2jobs) +
+ +
+ Returns + + [Chapter](Types.md/#chapter) + + | StatusCode | Meaning | + |------------|--------------------------------------------| + | 404 | Manga with `internalId` could not be found | +
+ ## Jobs [^top](#top) ### ![GET](https://img.shields.io/badge/GET-0f0) `/v2/Jobs`