From 630e5075641ad36848f74adee5119b348a718bb0 Mon Sep 17 00:00:00 2001 From: Glax Date: Sat, 20 Apr 2024 16:57:06 +0200 Subject: [PATCH] #74 API Documentation --- docs/API_Calls_v2.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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`