mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 00:25:08 +01:00
docs(api): fix mediatype
This commit is contained in:
parent
ba7b82631f
commit
af66144060
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ class ReadListController(
|
|||
}
|
||||
|
||||
@Operation(summary = "Match ComicRack list", tags = [OpenApiConfiguration.TagNames.COMICRACK])
|
||||
@PostMapping("match/comicrack")
|
||||
@PostMapping("match/comicrack", consumes = [MediaType.MULTIPART_FORM_DATA_VALUE])
|
||||
@PreAuthorize("hasRole('ADMIN')")
|
||||
fun matchComicRackList(
|
||||
@RequestParam("file") file: MultipartFile,
|
||||
|
|
|
|||
Loading…
Reference in a new issue