Formatting
This commit is contained in:
parent
cea0a001b8
commit
f2ecc61b78
5 changed files with 22 additions and 11 deletions
|
|
@ -1,5 +1,6 @@
|
|||
## GET /api/v1/community/{id}
|
||||
*Requires authentication header*
|
||||
*Requires an authentication header*
|
||||
|
||||
Returns a community with id = {id}
|
||||
|
||||
### Response:
|
||||
|
|
@ -11,7 +12,8 @@ Returns a community with id = {id}
|
|||
```
|
||||
|
||||
## GET /api/v1/community/{id}/members
|
||||
*Requires authentication header*
|
||||
*Requires an authentication header*
|
||||
|
||||
Returns users for a community with id = {id}
|
||||
|
||||
### Response:
|
||||
|
|
@ -29,7 +31,8 @@ Returns users for a community with id = {id}
|
|||
```
|
||||
|
||||
## GET /api/v1/community/{id}/channels
|
||||
*Requires authentication header*
|
||||
*Requires an authentication header*
|
||||
|
||||
Returns channels for a community with id = {id}
|
||||
|
||||
### Response:
|
||||
|
|
@ -47,7 +50,8 @@ Returns channels for a community with id = {id}
|
|||
```
|
||||
|
||||
## GET /api/v1/community/{id}/roles
|
||||
*Requires authentication header*
|
||||
*Requires an authentication header*
|
||||
|
||||
Returns roles for a community with id = {id}
|
||||
|
||||
### Response:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue