mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-15 21:03:17 +02:00
#114 API Documentation
This commit is contained in:
parent
630e507564
commit
011af9c7a8
@ -416,6 +416,28 @@ Cancels the specified Job, or dequeues it.
|
||||
| 404 | Manga with `jobId` could not be found |
|
||||
</details>
|
||||
|
||||
### <sub></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>
|
||||
|
||||
### <sub></sub> `/v2/Settings`
|
||||
|
Loading…
x
Reference in New Issue
Block a user