File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ <h3>{{ page.category }}</h3>
51
51
< li class ="popover-item ">
52
52
< a class ="popover-link " href ="/supported-languages "> Supported Languages</ a >
53
53
</ li >
54
+ < li class ="popover-item ">
55
+ < a class ="popover-link " href ="/rest-api "> REST API</ a >
56
+ </ li >
54
57
</ ul >
55
58
</ div >
56
59
</ li >
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ category: Administration
12
12
### [ Unreleased]
13
13
14
14
* feat: introduce first version of REST API for subtasks creation
15
+ * docs: provide documentation for REST API
15
16
16
17
### [ 24.06.0] - 2024-06-30
17
18
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : default
3
- title : Rest API
3
+ title : REST API
4
4
category : User Guide
5
5
---
6
6
7
- This page explains how to use the Rest API to create subtasks provided by Multiple Subtasks for Jira.
7
+ This page explains how to use the REST API to create subtasks provided by Multiple Subtasks for Jira.
8
8
9
9
Please note:
10
- The Rest API requires a minimum version ` 24.08.0 ` of Multiple Subtasks for Jira.
10
+ The REST API requires a minimum version ` 24.08.0 ` of Multiple Subtasks for Jira.
11
11
Please make sure you have updates Multiple Subtasks for Jira to the latest version for full support of all endpoints.
12
12
13
13
* Table of Contents
You can’t perform that action at this time.
0 commit comments