/
KA
kareadita
/
Kavita
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 51m ago · Updated 1d ago
View markdown
kareadita
Kavita
post
Updates the Person
a092f0284f3e
latest
OpenAPI 3.0.4
GPL-3.0
raw.githubusercontent.com
2026-08-09
511
372
878.4 KB
Account
28
Activity
1
Admin
1
Annotation
12
Book
4
Cbl
14
Chapter
5
Collection
12
ColorScape
3
Device
10
Download
12
Email
1
Filter
12
Font
5
Health
1
Image
15
KavitaPlusAudit
5
Koreader
3
Library
23
License
13
Locale
1
Manage
1
Metadata
14
OAuth
2
Oidc
2
Opds
22
Panels
2
Person
10
get
/api/Person
get
Find a person by name or alias against a query string
get
Returns all roles for a Person
post
Returns a list of authors and artists for browsing
post
Updates the Person
post
Attempts to download the cover from CoversDB (Note: Not yet release in Kavita)
get
Returns the top 20 series that the "person" is known for. This will use Average Rating when applicable (Kavita+ field), else it's a random sort
get
Returns all individual chapters by role. Limited to 20 results.
post
Merges Persons into one, this action is irreversible
post
Ensure the alias is valid to be added. For example, the alias cannot be on another person or be the same as the current person name/alias.
Plugin
5
Rating
4
Reader
39
ReadingList
27
ReadingProfile
16
Review
5
Scrobbling
18
Search
4
Series
33
Server
18
Settings
20
Stats
34
Stream
17
Tachiyomi
2
Theme
7
Upload
10
Users
10
Volume
4
WantToRead
4
Person
Updates the Person
post
/api/Person/update
Request body
UpdatePersonDto
required
id
integer
required
coverImageLocked
boolean
required
name
string
required
aliases
string[]
nullable
description
string
nullable
aniListId
integer
nullable
malId
integer
nullable
hardcoverId
string
nullable
asin
string
nullable
Response
OK
PersonDto
required
id
integer
name
string
nullable
required
coverImageLocked
boolean
primaryColor
string
nullable
secondaryColor
string
nullable
coverImage
string
nullable
aliases
string[]
nullable
description
string
nullable
asin
string
nullable
aniListId
integer
malId
integer
hardcoverId
string
nullable
webLinks
string[]
nullable
roles
PersonRole[]
nullable