Send multiple items to reprocessing

This commit is contained in:
Eike Kettner
2020-10-26 14:03:56 +01:00
parent 26e89bf84e
commit 9193d7ca51
4 changed files with 53 additions and 9 deletions

View File

@ -2225,6 +2225,31 @@ paths:
schema:
$ref: "#/components/schemas/BasicResult"
/sec/items/reprocess:
post:
tags:
- Item (Multi Edit)
summary: Submit multiple items to re-processing
description: |
Given a list of item-ids, submits all these items for
reprocessing. All attachments of these items will be
reprocessed. Item metadata is not changed.
security:
- authTokenHeader: []
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/IdList"
responses:
200:
description: Ok
content:
application/json:
schema:
$ref: "#/components/schemas/BasicResult"
/sec/attachment/{id}:
delete: