Skip to content

Channels

Channel abrufen

http
GET /api/channels/:channelId
Authorization: TOKEN

Channel erstellen

http
POST /api/servers/:serverId/channels
Authorization: TOKEN
Content-Type: application/json

{
  "name": "general",
  "type": 1
}

Channel Types:

WertTyp
0DM
1Server Text
2Kategorie

Channel bearbeiten

http
PATCH /api/channels/:channelId
Authorization: TOKEN
Content-Type: application/json

{
  "name": "neuer-name"
}

Channel löschen

http
DELETE /api/channels/:channelId
Authorization: TOKEN

Nexcord — Self-hosted Chat Platform