Skip to main content
PUT
update room

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

roomId
string
required

Room ID

Maximum string length: 50

Body

application/json

Information of room to be updated

title
string

Room title

Maximum string length: 1000
description
string

Room description

Maximum string length: 5000
thumbnailFileId
string

Thumbnail file ID

Maximum string length: 50
metadata
object

Custom metadata

channelEnabled
boolean

Enable or disable live channel

Response

list of rooms

rooms
object[]
roomChildrens
object[]
users
object[]
files
object[]