long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-controller
/
org.artofdev.tasks.controller
/
TasksRestController
/
getTaskTypeHids
get
Task
Type
Hids
@
GetMapping
(
value
=
[
"/task-type-hids"
]
)
fun
getTaskTypeHids
(
@
RequestHeader
headers
:
HttpHeaders
)
:
List
<
String
>