Set source preference doc fix (#441)

This commit is contained in:
Mitchell Syer
2022-11-08 02:02:45 -05:00
committed by GitHub
parent 2195c3df76
commit 2f3f47c745

View File

@@ -131,6 +131,7 @@ object SourceController {
summary("Source preference set")
description("Set one preference of source with id `sourceId`")
}
body<SourcePreferenceChange>()
},
behaviorOf = { ctx, sourceId ->
val preferenceChange = ctx.bodyAsClass(SourcePreferenceChange::class.java)