Room Endpoints
Update Room
Update some of room settings
PUT
/
rooms
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredroom id
Body
application/json
Request format to update setting of exisiting room
name
string
Set this to chagne current room name
is_terminated
boolean
default: falseSet true to close this room
Response
200 - application/json
room
object
Information about room