The rooms/update endpoint enables you to partially change the metadata of your room.
rooms/update
POST
name: Name of your room
description: Description of your room
welcome: Welcome message of your room
{
"name": "xxx",
"description": "xxx",
"welcome": "xxx",
}Insufficient permissions
{
"data": [
"You are not authorized to access this resource."
],
"status": "notAuthorized",
}name, description or welcome is missing
{
"data": [
"xxxxxxxx is required"
],
"status": "requestError",
}{
'data': [],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}