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
+26
View File
@@ -1078,6 +1078,32 @@ An organisation may have many roles. Roles may have many channels available. Acc
# Subscription
| Method | Endpoint | Purpose |
| ------ | -------- | ------- |
| `GET` | `/subscription/` | Returns current subscription status |
## Returns current subscription status
#### Method
| URI | Protocol | Method | Authentication |
| --- | -------- | ------ | -------------- |
| `/subscription/` | HTTP/S | GET |
Warning: implode(): Invalid arguments passed in /private/tmp/Users/darh/Work.crust/corteza-server/codegen/templates/README.tpl on line 32
|
#### Request parameters
| Parameter | Type | Method | Description | Default | Required? |
| --------- | ---- | ------ | ----------- | ------- | --------- |
---
# Users
| Method | Endpoint | Purpose |