Formatting; Creation dates

This commit is contained in:
Aslan 2025-12-25 00:24:40 +01:00
parent d1685fde77
commit a85fc8a49d
7 changed files with 94 additions and 41 deletions

View file

@ -1,13 +1,16 @@
## GET /api/v1/channel/{id}
*Requires an authentication header*
_Requires an authentication header_
Returns a channel with id = {id}
### Response:
```json
{
"id": "string",
"name": "string",
"communityId": "string"
"communityId": "string",
"creationDate": 0
}
```