Skip to content

Commit b151b96

Browse files
committed
docs: provide documentation for REST API
1 parent a24dde8 commit b151b96

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ <h3>{{ page.category }}</h3>
5151
<li class="popover-item">
5252
<a class="popover-link" href="/supported-languages">Supported Languages</a>
5353
</li>
54+
<li class="popover-item">
55+
<a class="popover-link" href="/rest-api">REST API</a>
56+
</li>
5457
</ul>
5558
</div>
5659
</li>

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ category: Administration
1212
### [Unreleased]
1313

1414
* feat: introduce first version of REST API for subtasks creation
15+
* docs: provide documentation for REST API
1516

1617
### [24.06.0] - 2024-06-30
1718

docs/rest-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: default
3-
title: Rest API
3+
title: REST API
44
category: User Guide
55
---
66

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.
88

99
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.
1111
Please make sure you have updates Multiple Subtasks for Jira to the latest version for full support of all endpoints.
1212

1313
* Table of Contents

0 commit comments

Comments
 (0)