diff --git a/docs/API_Calls_v2.md b/docs/API_Calls_v2.md index f4934c0..34a5c93 100644 --- a/docs/API_Calls_v2.md +++ b/docs/API_Calls_v2.md @@ -416,6 +416,28 @@ Cancels the specified Job, or dequeues it. | 404 | Manga with `jobId` could not be found | +### ![POST](https://img.shields.io/badge/POST-00f) `/v2/Job//SetInterval` + +Edits the specified Job. + +
+ Request + + `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) +
+ +
+ Returns + + | StatusCode | Meaning | + |------------|---------------------------------------| + | 404 | Manga with `jobId` could not be found | +
+ ## Settings [^top](#top) ### ![GET](https://img.shields.io/badge/GET-0f0) `/v2/Settings`