Downloads restarted from home page now persist after restarting rather than disappearing

This commit is contained in:
Isaac Abadi
2023-03-27 19:15:14 -04:00
parent 07a0ea6d18
commit 0bdac15ef1
7 changed files with 30 additions and 8 deletions

View File

@@ -905,7 +905,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/SuccessObject'
$ref: '#/components/schemas/RestartDownloadResponse'
requestBody:
content:
application/json:
@@ -1722,6 +1722,13 @@ components:
properties:
download:
$ref: '#/components/schemas/Download'
RestartDownloadResponse:
allOf:
- $ref: '#/components/schemas/SuccessObject'
- type: object
properties:
new_download_uid:
type: string
GetAllDownloadsRequest:
type: object
properties: