curl --request GET \
--url https://demo.komga.org/api/v1/login/set-cookie \
--header 'Authorization: Basic <encoded-value>'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}Forcefully return Set-Cookie header, even if the session is contained in the X-Auth-Token header.
curl --request GET \
--url https://demo.komga.org/api/v1/login/set-cookie \
--header 'Authorization: Basic <encoded-value>'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
No Content