File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ webApiMenu:
3838 cron-trigger :
3939 text : CronTrigger
4040 relativeUrl : web-api/cron-trigger.html
41+ job-type :
42+ text : JobType
43+ relativeUrl : web-api/job-type.html
4144 simple-trigger :
4245 text : SimpleTrigger
4346 relativeUrl : web-api/simple-trigger.html
Original file line number Diff line number Diff line change 1+ ---
2+ layout : web-api
3+ currentMenu : web-api
4+ currentSubMenu : job-type
5+ ---
6+
7+ ## JobType Endpoint
8+
9+ A list of registered Job types.
10+
11+ ### Get a List of JobTypes
12+ GET api/JobType
13+ ``` sh
14+ curl http://localhost:9001/api/JobType
15+ ```
Original file line number Diff line number Diff line change 5959 </a >
6060 </li >
6161 </ul >
62+
6263 {% block content %}
6364 {{ content | raw }}
6465 {% endblock %}
Original file line number Diff line number Diff line change 11{% extends " default.twig" %}
22
3-
43{% block content %}
54 <h2 >Web API</h2 >
65 <ul class =" nav nav-pills" >
You can’t perform that action at this time.
0 commit comments