Skip to main content

KomgaContentRestrictionsDto

Komga content restrictions DTO

ageRestriction object

Age restriction (null means no restriction)

ageinteger<int32>required

Age limit

restrictionstringrequired

Restriction type (ALLOW_ONLY, EXCLUDE)

labelsAllowstring[]

Labels restriction

labelsExcludestring[]

Labels to exclude

KomgaContentRestrictionsDto
{
"ageRestriction": {
"age": 0,
"restriction": "string"
},
"labelsAllow": [
"string"
],
"labelsExclude": [
"string"
]
}