2
0

Return JobIds instead of full jobs.

/v2/Jobs
/v2/Jobs/Running
/v2/Jobs/Waiting
/v2/Jobs/Monitoring
This commit is contained in:
Glax 2024-04-19 21:38:46 +02:00
parent f5cecb9e30
commit 238395a3da

View File

@ -76,10 +76,6 @@ Returns the specified Manga.
`internalId` is returned in the response of
* [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga)
* [GET /v2/Jobs](#-v2jobs)
* [GET /v2/Jobs/Running](#-v2jobsrunning)
* [GET /v2/Jobs/Waiting](#-v2jobswaiting)
* [GET /v2/Jobs/Monitoring](#-v2jobsmonitoring)
* [GET /v2/Jobs/*jobId*](#-v2jobs)
</details>
@ -102,10 +98,6 @@ Deletes all associated Jobs for the specified Manga
`internalId` is returned in the response of
* [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga)
* [GET /v2/Jobs](#-v2jobs)
* [GET /v2/Jobs/Running](#-v2jobsrunning)
* [GET /v2/Jobs/Waiting](#-v2jobswaiting)
* [GET /v2/Jobs/Monitoring](#-v2jobsmonitoring)
* [GET /v2/Jobs/*jobId*](#-v2jobs)
</details>
@ -127,10 +119,6 @@ Returns the URL for the Cover of the specified Manga.
`internalId` is returned in the response of
* [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga)
* [GET /v2/Jobs](#-v2jobs)
* [GET /v2/Jobs/Running](#-v2jobsrunning)
* [GET /v2/Jobs/Waiting](#-v2jobswaiting)
* [GET /v2/Jobs/Monitoring](#-v2jobsmonitoring)
* [GET /v2/Jobs/*jobId*](#-v2jobs)
</details>
@ -153,10 +141,6 @@ Returns the Chapter-list for the specified Manga.
`internalId` is returned in the response of
* [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga)
* [GET /v2/Jobs](#-v2jobs)
* [GET /v2/Jobs/Running](#-v2jobsrunning)
* [GET /v2/Jobs/Waiting](#-v2jobswaiting)
* [GET /v2/Jobs/Monitoring](#-v2jobsmonitoring)
* [GET /v2/Jobs/*jobId*](#-v2jobs)
</details>
@ -179,7 +163,7 @@ Returns all configured Jobs.
<details>
<summary>Returns</summary>
List of [Jobs](Types.md#job)
List of JobIds.
</details>
### <sub>![GET](https://img.shields.io/badge/GET-0f0)</sub> `/v2/Jobs/Running`
@ -189,7 +173,7 @@ Returns all Running Jobs.
<details>
<summary>Returns</summary>
List of [Jobs](Types.md#job)
List of JobIds.
</details>
### <sub>![GET](https://img.shields.io/badge/GET-0f0)</sub> `/v2/Jobs/Waiting`
@ -199,7 +183,7 @@ Returns all Waiting Jobs.
<details>
<summary>Returns</summary>
List of [Jobs](Types.md#job)
List of JobIds.
</details>
### <sub>![GET](https://img.shields.io/badge/GET-0f0)</sub> `/v2/Jobs/Monitoring`
@ -209,7 +193,7 @@ Returns all Monitoring Jobs.
<details>
<summary>Returns</summary>
List of [Jobs](Types.md#job)
List of JobIds.
</details>
### <sub>![POST](https://img.shields.io/badge/POST-00f)</sub> `/v2/Jobs/Create/Monitor/<internalId>`
@ -221,10 +205,6 @@ Creates a Monitoring-Job for the specified Manga at the specified Interval.
`internalId` is returned in the response of
* [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga)
* [GET /v2/Jobs](#-v2jobs)
* [GET /v2/Jobs/Running](#-v2jobsrunning)
* [GET /v2/Jobs/Waiting](#-v2jobswaiting)
* [GET /v2/Jobs/Monitoring](#-v2jobsmonitoring)
* [GET /v2/Jobs/*jobId*](#-v2jobs)
| Parameter | Value |
@ -252,10 +232,6 @@ Creates a Job to check for new Chapters and Download new ones of the specified M
`internalId` is returned in the response of
* [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga)
* [GET /v2/Jobs](#-v2jobs)
* [GET /v2/Jobs/Running](#-v2jobsrunning)
* [GET /v2/Jobs/Waiting](#-v2jobswaiting)
* [GET /v2/Jobs/Monitoring](#-v2jobsmonitoring)
* [GET /v2/Jobs/*jobId*](#-v2jobs)
</details>
@ -288,10 +264,6 @@ Updates the Metadata of the specified Manga.
`internalId` is returned in the response of
* [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga)
* [GET /v2/Jobs](#-v2jobs)
* [GET /v2/Jobs/Running](#-v2jobsrunning)
* [GET /v2/Jobs/Waiting](#-v2jobswaiting)
* [GET /v2/Jobs/Monitoring](#-v2jobsmonitoring)
* [GET /v2/Jobs/*jobId*](#-v2jobs)
</details>