Skip to main content
PUT
/
api
/
v1
/
books
/
{bookId}
/
thumbnails
/
{thumbnailId}
/
selected
Mark book poster as selected
curl --request PUT \
  --url https://demo.komga.org/api/v1/books/{bookId}/thumbnails/{thumbnailId}/selected \
  --header 'Authorization: Basic <encoded-value>'
{
  "violations": [
    {
      "fieldName": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

bookId
string
required
thumbnailId
string
required

Response

Accepted