API calls to create channels allow empty channel names
alexdev-at opened this issue · 0 comments
alexdev-at commented
Endpoint: https://nertivia.net/api/servers/serverId/channels
Method: PUT
When sending an empty "name" param with the request, aka {"name": ""}
, the server will actually create a channel with an empty name, which is not possible in the app per default.
Screenshot: https://i.imgur.com/JYvm6zM.png