Web-based responsive document annotation tool
activeannoservice / common / io.ktor.routing.Route / putAuthenticatedByJwt
fun Route.putAuthenticatedByJwt(path: String, requiredRoles: List<String> = listOf(), onlyOneMustMatch: Boolean = false, body: PipelineInterceptor<Unit, ApplicationCall>): Route
fun Route.putAuthenticatedByJwt(requiredRoles: List<String> = listOf(), onlyOneMustMatch: Boolean = false, body: PipelineInterceptor<Unit, ApplicationCall>): Route