2
0

Corrected Job->Manga in return

This commit is contained in:
Glax 2024-04-26 00:19:38 +02:00
parent 0735e2c588
commit 49a9b7ccb0

View File

@ -356,10 +356,10 @@ Returns the list of Jobs requested.
List of [Jobs](Types.md#job) List of [Jobs](Types.md#job)
| StatusCode | Meaning | | StatusCode | Meaning |
|------------|---------------------------------------| |------------|-------------------------------------|
| 400 | Missing Parameter | | 400 | Missing Parameter |
| 404 | Manga with `jobId` could not be found | | 404 | Job with `jobId` could not be found |
</details> </details>
### <sub>![GET](https://img.shields.io/badge/GET-0f0)</sub> `/v2/Job/<jobId>` ### <sub>![GET](https://img.shields.io/badge/GET-0f0)</sub> `/v2/Job/<jobId>`