curl --request POST \
--url https://demo.komga.org/api/v1/readlists/match/comicrack \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"errorCode": "<string>",
"readListMatch": {
"errorCode": "<string>",
"name": "<string>"
},
"requests": [
{
"matches": [
{
"books": [
{
"bookId": "<string>",
"number": "<string>",
"title": "<string>"
}
],
"series": {
"seriesId": "<string>",
"title": "<string>",
"releaseDate": "2023-12-25"
}
}
],
"request": {
"number": "<string>",
"series": [
"<string>"
]
}
}
]
}Required role: ADMIN
curl --request POST \
--url https://demo.komga.org/api/v1/readlists/match/comicrack \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"errorCode": "<string>",
"readListMatch": {
"errorCode": "<string>",
"name": "<string>"
},
"requests": [
{
"matches": [
{
"books": [
{
"bookId": "<string>",
"number": "<string>",
"title": "<string>"
}
],
"series": {
"seriesId": "<string>",
"title": "<string>",
"releaseDate": "2023-12-25"
}
}
],
"request": {
"number": "<string>",
"series": [
"<string>"
]
}
}
]
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.