KomgaSeriesMetadataDto
Komga series metadata DTO
Age rating
Whether age_rating is locked
alternateTitles object[]
Alternate titles
Title label (e.g., "Japanese", "Romaji")
The alternate title text
Whether alternate_titles are locked
Metadata created timestamp (ISO 8601)
Genres list
Whether genres are locked
Language code
Whether language is locked
Metadata last modified timestamp (ISO 8601)
links object[]
External links
Link label
Link URL
Whether links are locked
Publisher name
Whether publisher is locked
Reading direction (LEFT_TO_RIGHT, RIGHT_TO_LEFT, VERTICAL, WEBTOON)
Whether reading_direction is locked
Sharing labels
Whether sharing_labels are locked
Series status (ENDED, ONGOING, ABANDONED, HIATUS)
Whether status is locked
Series summary/description
Whether summary is locked
Tags list
Whether tags are locked
Series title
Whether title is locked
Sort title
Whether title_sort is locked
Total book count (expected)
Whether total_book_count is locked
{
"ageRating": 0,
"ageRatingLock": true,
"alternateTitles": [
{
"label": "string",
"title": "string"
}
],
"alternateTitlesLock": true,
"created": "string",
"genres": [
"string"
],
"genresLock": true,
"language": "string",
"languageLock": true,
"lastModified": "string",
"links": [
{
"label": "string",
"url": "string"
}
],
"linksLock": true,
"publisher": "string",
"publisherLock": true,
"readingDirection": "string",
"readingDirectionLock": true,
"sharingLabels": [
"string"
],
"sharingLabelsLock": true,
"status": "string",
"statusLock": true,
"summary": "string",
"summaryLock": true,
"tags": [
"string"
],
"tagsLock": true,
"title": "string",
"titleLock": true,
"titleSort": "string",
"titleSortLock": true,
"totalBookCount": 0,
"totalBookCountLock": true
}