#114 API Documentation

This commit is contained in:
Glax 2024-04-20 16:59:51 +02:00
parent 630e507564
commit 011af9c7a8

View File

@ -416,6 +416,28 @@ Cancels the specified Job, or dequeues it.
| 404 | Manga with `jobId` could not be found | | 404 | Manga with `jobId` could not be found |
</details> </details>
### <sub>![POST](https://img.shields.io/badge/POST-00f)</sub> `/v2/Job/<jobId>/SetInterval`
Edits the specified Job.
<details>
<summary>Request</summary>
`jobId` is returned in the response of
* [GET /v2/Jobs](#-v2jobs)
* [GET /v2/Jobs/Running](#-v2jobsrunning)
* [GET /v2/Jobs/Waiting](#-v2jobswaiting)
* [GET /v2/Jobs/Monitoring](#-v2jobsmonitoring)
</details>
<details>
<summary>Returns</summary>
| StatusCode | Meaning |
|------------|---------------------------------------|
| 404 | Manga with `jobId` could not be found |
</details>
## Settings <sup>[^top](#top)</sup> ## Settings <sup>[^top](#top)</sup>
### <sub>![GET](https://img.shields.io/badge/GET-0f0)</sub> `/v2/Settings` ### <sub>![GET](https://img.shields.io/badge/GET-0f0)</sub> `/v2/Settings`