mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 22:47:52 +02:00
Add field customFolder and startChapter to CreateJob Endpoint
https://github.com/C9Glax/tranga/pull/167#issuecomment-2077909075 #167
This commit is contained in:
@ -256,11 +256,13 @@ Creates a Job.
|
||||
|
||||
`Type` is returned in the response of [GET /v2/Job/Types](#-v2jobtypes)
|
||||
|
||||
| Parameter | Value |
|
||||
|------------|---------------------------------------------------------------------------------------------------|
|
||||
| internalId | Manga ID |
|
||||
| *interval* | Interval at which the Job is re-run in HH:MM:SS format<br />Only for MonitorManga, UpdateMetadata |
|
||||
| *language* | Translated language<br />Only for MonitorManga, DownloadNewChapters and DownloadChapter |
|
||||
| Parameter | Value |
|
||||
|----------------|---------------------------------------------------------------------------------------------------|
|
||||
| internalId | Manga ID |
|
||||
| *customFolder* | Custom folder location<br />Only for MonitorManga, DownloadNewChapters and DownloadChapter |
|
||||
| *startChapter* | Chapter to start downloading at<br />Only for MonitorManga, DownloadNewChapters |
|
||||
| *interval* | Interval at which the Job is re-run in HH:MM:SS format<br />Only for MonitorManga, UpdateMetadata |
|
||||
| *language* | Translated language<br />Only for MonitorManga, DownloadNewChapters and DownloadChapter |
|
||||
|
||||
|
||||
`internalId` is returned in the response of
|
||||
|
Reference in New Issue
Block a user