mirror of
https://github.com/navidrome/navidrome.git
synced 2026-04-28 03:19:38 +00:00
fix(plugins): update payload type to string with byte format for task data
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
668869b6c7
commit
eeb1bd5f41
1 changed files with 2 additions and 3 deletions
|
|
@ -23,10 +23,9 @@ components:
|
|||
type: string
|
||||
description: TaskID is the unique identifier for this task.
|
||||
payload:
|
||||
type: array
|
||||
type: string
|
||||
format: byte
|
||||
description: Payload is the opaque data provided when the task was enqueued.
|
||||
items:
|
||||
type: object
|
||||
attempt:
|
||||
type: integer
|
||||
format: int32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue