Skip to content

Commit 04c1b3a

Browse files
committed
Update doc
1 parent 3be70bc commit 04c1b3a

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

doc/couscous.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

doc/web-api/job-type.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
```

doc/website/default.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
</a>
6060
</li>
6161
</ul>
62+
6263
{% block content %}
6364
{{ content|raw }}
6465
{% endblock %}

doc/website/web-api.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{% extends "default.twig" %}
22

3-
43
{% block content %}
54
<h2>Web API</h2>
65
<ul class="nav nav-pills">

0 commit comments

Comments
 (0)