toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service.administration
/
ComponentIntrospectionService
/
executeMethod
execute
Method
@
PostMapping
(
value
=
[
"execute-method/{component}"
]
)
@
ResponseBody
abstract
fun
executeMethod
(
@
PathVariable
component
:
String
,
@
RequestBody
request
:
String
)
:
String