mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 22:47:52 +02:00
Add Endpoint POST /v2/Manga/internalId/moveFolder #167
This commit is contained in:
@ -219,6 +219,31 @@ Returns the latest Chapter of the specified Manga.
|
||||
| 500 | Parsing Error |
|
||||
</details>
|
||||
|
||||
### <sub></sub> `/v2/Manga/<internalId>/moveFolder`
|
||||
|
||||
<details>
|
||||
<summary>Request</summary>
|
||||
|
||||
`internalId` is returned in the response of
|
||||
* [GET /v2/Manga](#-v2manga)
|
||||
* [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga)
|
||||
* [GET /v2/Job/*jobId*](#-v2jobjobid)
|
||||
|
||||
| Parameter | Value |
|
||||
|-----------|-------------------------------------|
|
||||
| location | New location (relative to root dir) |
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Returns</summary>
|
||||
|
||||
| StatusCode | Meaning |
|
||||
|------------|--------------------------------------------|
|
||||
| 400 | Parameter missing |
|
||||
| 404 | Manga with `internalId` could not be found |
|
||||
</details>
|
||||
|
||||
## Jobs <sup>[^top](#top)</sup>
|
||||
|
||||
### <sub></sub> `/v2/Jobs`
|
||||
|
Reference in New Issue
Block a user