mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 10:54:38 -05:00
Set source preference doc fix (#441)
This commit is contained in:
@@ -131,6 +131,7 @@ object SourceController {
|
|||||||
summary("Source preference set")
|
summary("Source preference set")
|
||||||
description("Set one preference of source with id `sourceId`")
|
description("Set one preference of source with id `sourceId`")
|
||||||
}
|
}
|
||||||
|
body<SourcePreferenceChange>()
|
||||||
},
|
},
|
||||||
behaviorOf = { ctx, sourceId ->
|
behaviorOf = { ctx, sourceId ->
|
||||||
val preferenceChange = ctx.bodyAsClass(SourcePreferenceChange::class.java)
|
val preferenceChange = ctx.bodyAsClass(SourcePreferenceChange::class.java)
|
||||||
|
|||||||
Reference in New Issue
Block a user