Add more objects
This commit is contained in:
parent
2f30eb62ef
commit
cea0a001b8
6 changed files with 158 additions and 3 deletions
12
docs/api/channel.md
Normal file
12
docs/api/channel.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
## GET /api/v1/channel/{id}
|
||||
*Requires authentication header*
|
||||
Returns a channel with id = {id}
|
||||
|
||||
### Response:
|
||||
```json
|
||||
{
|
||||
"id": "string",
|
||||
"name": "string",
|
||||
"communityId": "string"
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue