Open Joseph455 opened 3 years ago
Since we are not using models, I implemented a function based view to receive requests. To query the the endpoint please use a JSON request of the following format,
{ "name" : "Channel Name", "desc" : "Channel Description", "private" : false }
E.g
{ "name" : "Announcements", "desc" : "Important Information", "private" : false }
Slack name: YsabelKatchy Team: Team Coelho Track: Backend
Live link for the channel endpoint: https://channels.zuri.chat/api/channels/create_channel/
I want to handle this issue