3
0

Add support for subscriptions

This commit is contained in:
Denis Arh
2019-10-28 19:03:23 +01:00
parent 92eadbba99
commit 9f090f355a
11 changed files with 327 additions and 3 deletions

View File

@@ -310,6 +310,20 @@
}
]
},
{
"title": "Subscription",
"path": "/subscription",
"entrypoint": "subscription",
"apis": [
{
"name": "current",
"method": "GET",
"title": "Returns current subscription status",
"path": "/",
"parameters": {}
}
]
},
{
"title": "Organisations",
"description": "Organisations represent a top-level grouping entity. There may be many organisations defined in a single deployment.",

View File

@@ -0,0 +1,18 @@
{
"Title": "Subscription",
"Interface": "Subscription",
"Struct": null,
"Parameters": null,
"Protocol": "",
"Authentication": null,
"Path": "/subscription",
"APIs": [
{
"Name": "current",
"Method": "GET",
"Title": "Returns current subscription status",
"Path": "/",
"Parameters": {}
}
]
}