Skip to content

Commit 7a879e3

Browse files
committed
docs(am): add openapi specification
1 parent 8c3c6b1 commit 7a879e3

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: api
3+
---
4+
5+
<redoc
6+
spec-url='{{ "swagger.json" }}'
7+
native-scrollbars="true"
8+
scroll-y-offset="50"
9+
min-character-length-to-init-search="1"
10+
></redoc>

am/current/management-api/3.21/swagger.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

pages/am/3.x/dev-guide/management-api/management-api.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ AM API exposes a complete Restful API accessible to anyone wanting to script som
1111

1212
You can access the online API reference or the OpenAPI specification:
1313

14+
* 3.21 -- link:{{ '/am/current/management-api/3.21/index.html' | relative_url }}[online reference] - link:{% link /am/current/management-api/3.21/swagger.json %}[OpenAPI spec]
1415
* 3.20 -- link:{{ '/am/current/management-api/3.20/index.html' | relative_url }}[online reference] - link:{% link /am/current/management-api/3.20/swagger.json %}[OpenAPI spec]
1516
* 3.19 -- link:{{ '/am/current/management-api/3.19/index.html' | relative_url }}[online reference] - link:{% link /am/current/management-api/3.19/swagger.json %}[OpenAPI spec]
1617
* 3.18 -- link:{{ '/am/current/management-api/3.18/index.html' | relative_url }}[online reference] - link:{% link /am/current/management-api/3.18/swagger.json %}[OpenAPI spec]

0 commit comments

Comments
 (0)