mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Update OpenAPI documentation
This commit is contained in:
parent
7e4216d0bf
commit
cd2a6af6f2
164
openapi.json
164
openapi.json
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"openapi": "3.0.4",
|
"openapi": "3.0.4",
|
||||||
"info": {
|
"info": {
|
||||||
"title": "Kavita (v0.8.6.6)",
|
"title": "Kavita",
|
||||||
"description": "Kavita provides a set of APIs that are authenticated by JWT. JWT token can be copied from local storage. Assume all fields of a payload are required. Built against v0.8.6.6",
|
"description": "Kavita provides a set of APIs that are authenticated by JWT. JWT token can be copied from local storage. Assume all fields of a payload are required. Built against v0.8.6.7",
|
||||||
"license": {
|
"license": {
|
||||||
"name": "GPL-3.0",
|
"name": "GPL-3.0",
|
||||||
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
||||||
},
|
},
|
||||||
"version": "3.1.0"
|
"version": "0.8.6.7"
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
@ -17115,18 +17115,15 @@
|
|||||||
},
|
},
|
||||||
"range": {
|
"range": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Range of chapters. Chapter 2-4 -> \"2-4\". Chapter 2 -> \"2\". If special, will be special name.",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"number": {
|
"number": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Smallest number of the Range.",
|
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"deprecated": true
|
"deprecated": true
|
||||||
},
|
},
|
||||||
"minNumber": {
|
"minNumber": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "This may be 0 under the circumstance that the Issue is \"Alpha\" or other non-standard numbers.",
|
|
||||||
"format": "float"
|
"format": "float"
|
||||||
},
|
},
|
||||||
"maxNumber": {
|
"maxNumber": {
|
||||||
@ -17135,21 +17132,17 @@
|
|||||||
},
|
},
|
||||||
"sortOrder": {
|
"sortOrder": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "The sorting order of the Chapter. Inherits from MinNumber, but can be overridden.",
|
|
||||||
"format": "float"
|
"format": "float"
|
||||||
},
|
},
|
||||||
"pages": {
|
"pages": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Total number of pages in all MangaFiles",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"isSpecial": {
|
"isSpecial": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "If this Chapter contains files that could only be identified as Series or has Special Identifier from filename"
|
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Used for books/specials to display custom title. For non-specials/books, will be set to API.DTOs.ChapterDto.Range",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
@ -17176,17 +17169,14 @@
|
|||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
"coverImageLocked": {
|
"coverImageLocked": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "If the Cover Image is locked for this entity"
|
|
||||||
},
|
},
|
||||||
"volumeId": {
|
"volumeId": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Volume Id this Chapter belongs to",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"createdUtc": {
|
"createdUtc": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "When chapter was created",
|
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
"lastModifiedUtc": {
|
"lastModifiedUtc": {
|
||||||
@ -17195,22 +17185,18 @@
|
|||||||
},
|
},
|
||||||
"created": {
|
"created": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "When chapter was created in local server time",
|
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
"releaseDate": {
|
"releaseDate": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "When the chapter was released.",
|
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
"titleName": {
|
"titleName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Title of the Chapter/Issue",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"summary": {
|
"summary": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Summary of the Chapter",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"ageRating": {
|
"ageRating": {
|
||||||
@ -17233,12 +17219,11 @@
|
|||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Age Rating for the issue/chapter",
|
"description": "Represents Age Rating for content.",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"wordCount": {
|
"wordCount": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Total words in a Chapter (books only)",
|
|
||||||
"format": "int64"
|
"format": "int64"
|
||||||
},
|
},
|
||||||
"volumeTitle": {
|
"volumeTitle": {
|
||||||
@ -17260,12 +17245,10 @@
|
|||||||
},
|
},
|
||||||
"webLinks": {
|
"webLinks": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Comma-separated link of urls to external services that have some relation to the Chapter",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"isbn": {
|
"isbn": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "ISBN-13 (usually) of the Chapter",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"writers": {
|
"writers": {
|
||||||
@ -17387,17 +17370,14 @@
|
|||||||
},
|
},
|
||||||
"language": {
|
"language": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Language for the Chapter/Issue",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"count": {
|
"count": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Number in the TotalCount of issues",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"totalCount": {
|
"totalCount": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Total number of issues for the series",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"languageLocked": {
|
"languageLocked": {
|
||||||
@ -17407,12 +17387,10 @@
|
|||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"ageRatingLocked": {
|
"ageRatingLocked": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Locked by user so metadata updates from scan loop will not override AgeRating"
|
|
||||||
},
|
},
|
||||||
"publicationStatusLocked": {
|
"publicationStatusLocked": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Locked by user so metadata updates from scan loop will not override PublicationStatus"
|
|
||||||
},
|
},
|
||||||
"genresLocked": {
|
"genresLocked": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
@ -18643,6 +18621,7 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
|
"description": "Where this rating comes from: Critic or User",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"providerUrl": {
|
"providerUrl": {
|
||||||
@ -22691,7 +22670,6 @@
|
|||||||
},
|
},
|
||||||
"lastChapterAdded": {
|
"lastChapterAdded": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "DateTime representing last time a chapter was added to the Series",
|
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
"userRating": {
|
"userRating": {
|
||||||
@ -22719,9 +22697,6 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
"nameLocked": {
|
|
||||||
"type": "boolean"
|
|
||||||
},
|
|
||||||
"sortNameLocked": {
|
"sortNameLocked": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
@ -22730,7 +22705,6 @@
|
|||||||
},
|
},
|
||||||
"wordCount": {
|
"wordCount": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Total number of words for the series. Only applies to epubs.",
|
|
||||||
"format": "int64"
|
"format": "int64"
|
||||||
},
|
},
|
||||||
"libraryId": {
|
"libraryId": {
|
||||||
@ -22755,26 +22729,21 @@
|
|||||||
},
|
},
|
||||||
"folderPath": {
|
"folderPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The highest level folder for this Series",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"lowestFolderPath": {
|
"lowestFolderPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Lowest path (that is under library root) that contains all files for the series.",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"lastFolderScanned": {
|
"lastFolderScanned": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The last time the folder for this series was scanned",
|
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
"dontMatch": {
|
"dontMatch": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Do not match the series with any external Metadata service. This will automatically opt it out of scrobbling."
|
|
||||||
},
|
},
|
||||||
"isBlacklisted": {
|
"isBlacklisted": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "If the series was unable to match, it will be blacklisted until a manual metadata match overrides it"
|
|
||||||
},
|
},
|
||||||
"coverImage": {
|
"coverImage": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -24023,18 +23992,15 @@
|
|||||||
},
|
},
|
||||||
"range": {
|
"range": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Range of chapters. Chapter 2-4 -> \"2-4\". Chapter 2 -> \"2\". If special, will be special name.",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"number": {
|
"number": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Smallest number of the Range.",
|
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"deprecated": true
|
"deprecated": true
|
||||||
},
|
},
|
||||||
"minNumber": {
|
"minNumber": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "This may be 0 under the circumstance that the Issue is \"Alpha\" or other non-standard numbers.",
|
|
||||||
"format": "float"
|
"format": "float"
|
||||||
},
|
},
|
||||||
"maxNumber": {
|
"maxNumber": {
|
||||||
@ -24043,21 +24009,17 @@
|
|||||||
},
|
},
|
||||||
"sortOrder": {
|
"sortOrder": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "The sorting order of the Chapter. Inherits from MinNumber, but can be overridden.",
|
|
||||||
"format": "float"
|
"format": "float"
|
||||||
},
|
},
|
||||||
"pages": {
|
"pages": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Total number of pages in all MangaFiles",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"isSpecial": {
|
"isSpecial": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "If this Chapter contains files that could only be identified as Series or has Special Identifier from filename"
|
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Used for books/specials to display custom title. For non-specials/books, will be set to API.DTOs.ChapterDto.Range",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
@ -24084,17 +24046,14 @@
|
|||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
"coverImageLocked": {
|
"coverImageLocked": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "If the Cover Image is locked for this entity"
|
|
||||||
},
|
},
|
||||||
"volumeId": {
|
"volumeId": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Volume Id this Chapter belongs to",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"createdUtc": {
|
"createdUtc": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "When chapter was created",
|
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
"lastModifiedUtc": {
|
"lastModifiedUtc": {
|
||||||
@ -24103,22 +24062,18 @@
|
|||||||
},
|
},
|
||||||
"created": {
|
"created": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "When chapter was created in local server time",
|
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
"releaseDate": {
|
"releaseDate": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "When the chapter was released.",
|
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
"titleName": {
|
"titleName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Title of the Chapter/Issue",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"summary": {
|
"summary": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Summary of the Chapter",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"ageRating": {
|
"ageRating": {
|
||||||
@ -24141,12 +24096,11 @@
|
|||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Age Rating for the issue/chapter",
|
"description": "Represents Age Rating for content.",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"wordCount": {
|
"wordCount": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Total words in a Chapter (books only)",
|
|
||||||
"format": "int64"
|
"format": "int64"
|
||||||
},
|
},
|
||||||
"minHoursToRead": {
|
"minHoursToRead": {
|
||||||
@ -24163,12 +24117,10 @@
|
|||||||
},
|
},
|
||||||
"webLinks": {
|
"webLinks": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Comma-separated link of urls to external services that have some relation to the Chapter",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"isbn": {
|
"isbn": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "ISBN-13 (usually) of the Chapter",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"writers": {
|
"writers": {
|
||||||
@ -24290,17 +24242,14 @@
|
|||||||
},
|
},
|
||||||
"language": {
|
"language": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Language for the Chapter/Issue",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"count": {
|
"count": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Number in the TotalCount of issues",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"totalCount": {
|
"totalCount": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Total number of issues for the series",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"languageLocked": {
|
"languageLocked": {
|
||||||
@ -24310,12 +24259,10 @@
|
|||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"ageRatingLocked": {
|
"ageRatingLocked": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Locked by user so metadata updates from scan loop will not override AgeRating"
|
|
||||||
},
|
},
|
||||||
"publicationStatusLocked": {
|
"publicationStatusLocked": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Locked by user so metadata updates from scan loop will not override PublicationStatus"
|
|
||||||
},
|
},
|
||||||
"genresLocked": {
|
"genresLocked": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
@ -25542,6 +25489,7 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"description": "List of Roles to assign to user. If admin not present, Pleb will be applied.\nIf admin present, all libraries will be granted access and will ignore those from DTO.",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"libraries": {
|
"libraries": {
|
||||||
@ -25558,7 +25506,6 @@
|
|||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Email of the user",
|
|
||||||
"nullable": true
|
"nullable": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -25709,7 +25656,6 @@
|
|||||||
"locale",
|
"locale",
|
||||||
"noTransitions",
|
"noTransitions",
|
||||||
"pageSplitOption",
|
"pageSplitOption",
|
||||||
"pdfLayoutMode",
|
|
||||||
"pdfScrollMode",
|
"pdfScrollMode",
|
||||||
"pdfSpreadMode",
|
"pdfSpreadMode",
|
||||||
"pdfTheme",
|
"pdfTheme",
|
||||||
@ -25730,7 +25676,6 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Manga Reader Option: What direction should the next/prev page buttons go",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"scalingOption": {
|
"scalingOption": {
|
||||||
@ -25741,7 +25686,6 @@
|
|||||||
3
|
3
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Manga Reader Option: How should the image be scaled to screen",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"pageSplitOption": {
|
"pageSplitOption": {
|
||||||
@ -25752,7 +25696,6 @@
|
|||||||
3
|
3
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Manga Reader Option: Which side of a split image should we show first",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"readerMode": {
|
"readerMode": {
|
||||||
@ -25762,7 +25705,6 @@
|
|||||||
2
|
2
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Manga Reader Option: How the manga reader should perform paging or reading of the file\n<example>\nWebtoon uses scrolling to page, LeftRight uses paging by clicking left/right side of reader, UpDown uses paging\nby clicking top/bottom sides of reader.\n</example>",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"layoutMode": {
|
"layoutMode": {
|
||||||
@ -25772,57 +25714,45 @@
|
|||||||
3
|
3
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Manga Reader Option: How many pages to display in the reader at once",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"emulateBook": {
|
"emulateBook": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Manga Reader Option: Emulate a book by applying a shadow effect on the pages"
|
|
||||||
},
|
},
|
||||||
"backgroundColor": {
|
"backgroundColor": {
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"type": "string",
|
"type": "string"
|
||||||
"description": "Manga Reader Option: Background color of the reader"
|
|
||||||
},
|
},
|
||||||
"swipeToPaginate": {
|
"swipeToPaginate": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Manga Reader Option: Should swiping trigger pagination"
|
|
||||||
},
|
},
|
||||||
"autoCloseMenu": {
|
"autoCloseMenu": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Manga Reader Option: Allow the menu to close after 6 seconds without interaction"
|
|
||||||
},
|
},
|
||||||
"showScreenHints": {
|
"showScreenHints": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Manga Reader Option: Show screen hints to the user on some actions, ie) pagination direction change"
|
|
||||||
},
|
},
|
||||||
"allowAutomaticWebtoonReaderDetection": {
|
"allowAutomaticWebtoonReaderDetection": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Manga Reader Option: Allow Automatic Webtoon detection"
|
|
||||||
},
|
},
|
||||||
"bookReaderMargin": {
|
"bookReaderMargin": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Book Reader Option: Override extra Margin",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"bookReaderLineSpacing": {
|
"bookReaderLineSpacing": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Book Reader Option: Override line-height",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"bookReaderFontSize": {
|
"bookReaderFontSize": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Book Reader Option: Override font size",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"bookReaderFontFamily": {
|
"bookReaderFontFamily": {
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"type": "string",
|
"type": "string"
|
||||||
"description": "Book Reader Option: Maps to the default Kavita font-family (inherit) or an override"
|
|
||||||
},
|
},
|
||||||
"bookReaderTapToPaginate": {
|
"bookReaderTapToPaginate": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Book Reader Option: Allows tapping on side of screens to paginate"
|
|
||||||
},
|
},
|
||||||
"bookReaderReadingDirection": {
|
"bookReaderReadingDirection": {
|
||||||
"enum": [
|
"enum": [
|
||||||
@ -25830,7 +25760,6 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Book Reader Option: What direction should the next/prev page buttons go",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"bookReaderWritingStyle": {
|
"bookReaderWritingStyle": {
|
||||||
@ -25839,7 +25768,7 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Book Reader Option: What writing style should be used, horizontal or vertical.",
|
"description": "Represents the writing styles for the book-reader",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
@ -25859,8 +25788,7 @@
|
|||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"bookReaderImmersiveMode": {
|
"bookReaderImmersiveMode": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Book Reader Option: A flag that hides the menu-ing system behind a click on the screen. This should be used with tap to paginate, but the app doesn't enforce this."
|
|
||||||
},
|
},
|
||||||
"globalPageLayoutMode": {
|
"globalPageLayoutMode": {
|
||||||
"enum": [
|
"enum": [
|
||||||
@ -25868,33 +25796,26 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Global Site Option: If the UI should layout items as Cards or List items",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"blurUnreadSummaries": {
|
"blurUnreadSummaries": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "UI Site Global Setting: If unread summaries should be blurred until expanded or unless user has read it already"
|
|
||||||
},
|
},
|
||||||
"promptForDownloadSize": {
|
"promptForDownloadSize": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "UI Site Global Setting: Should Kavita prompt user to confirm downloads that are greater than 100 MB."
|
|
||||||
},
|
},
|
||||||
"noTransitions": {
|
"noTransitions": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "UI Site Global Setting: Should Kavita disable CSS transitions"
|
|
||||||
},
|
},
|
||||||
"collapseSeriesRelationships": {
|
"collapseSeriesRelationships": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "When showing series, only parent series or series with no relationships will be returned"
|
|
||||||
},
|
},
|
||||||
"shareReviews": {
|
"shareReviews": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "UI Site Global Setting: Should series reviews be shared with all users in the server"
|
|
||||||
},
|
},
|
||||||
"locale": {
|
"locale": {
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"type": "string",
|
"type": "string"
|
||||||
"description": "UI Site Global Setting: The language locale that should be used for the user"
|
|
||||||
},
|
},
|
||||||
"pdfTheme": {
|
"pdfTheme": {
|
||||||
"enum": [
|
"enum": [
|
||||||
@ -25902,7 +25823,6 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "PDF Reader: Theme of the Reader",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"pdfScrollMode": {
|
"pdfScrollMode": {
|
||||||
@ -25912,16 +25832,7 @@
|
|||||||
3
|
3
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "PDF Reader: Scroll mode of the reader",
|
"description": "Enum values match PdfViewer's enums",
|
||||||
"format": "int32"
|
|
||||||
},
|
|
||||||
"pdfLayoutMode": {
|
|
||||||
"enum": [
|
|
||||||
0,
|
|
||||||
2
|
|
||||||
],
|
|
||||||
"type": "integer",
|
|
||||||
"description": "PDF Reader: Layout Mode of the reader",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"pdfSpreadMode": {
|
"pdfSpreadMode": {
|
||||||
@ -25931,16 +25842,13 @@
|
|||||||
2
|
2
|
||||||
],
|
],
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "PDF Reader: Spread Mode of the reader",
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"aniListScrobblingEnabled": {
|
"aniListScrobblingEnabled": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Kavita+: Should this account have Scrobbling enabled for AniList"
|
|
||||||
},
|
},
|
||||||
"wantToReadSync": {
|
"wantToReadSync": {
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"description": "Kavita+: Should this account have Want to Read Sync enabled"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user