Edit a chat room

Learn how to update global or private chat room using iFlyChat REST API
You can use iFlyChat API to programmatically edit any room.
post
https://api.iflychat.com
/api/1.1/room/:id/edit
Edit a chat room

Curl Command

Here is the sample curl command required to make HTTP request:
curl -H "Content-Type: application/json" -X POST https://api.iflychat.com/api/1.1/room/4/edit -d "{\"api_key\":\"Wr4vpoJ_ET3lpBdX9E9TutUic4Dgb-gc7RGzuZvKqZgW55\", \"room_name\": \"room_4\", \"room_role\": \"1\", \"room_private\": \"1\", \"room_moderate\": \"1\"}"