v1

latestOpenAPI 3.0.02026-07-13171730.7 KB
room

Update Room

Update some of room settings

put/rooms/{id}

Request body

namestring

Set this to chagne current room name

is_terminatedboolean

Set true to close this room

Example request

{
  "name": "Monthly Meetting - 2"
}

Response

Successful operation

Example response

{
  "room": {
    "id": "000585f36eed9e8fb6b655b4",
    "application_id": "000585f36eed9e8fb6b655b4",
    "type": "public",
    "created_user_id": "#DEPRECATED#",
    "name": "Weekly Meet",
    "thumbnail_url": "https://example.url/thumbnail.png",
    "last_thumbnail_updated_at": "#DEPRECATED#",
    "room_template_id": "#DEPRECATED#",
    "layout": "SixAll",
    "meeting_time": 200000,
    "started_at": "2023-01-01T01:00:00.000Z",
    "terminated_at": "2023-01-01T01:00:00.000Z",
    "updated_at": "2023-01-01T01:00:00.000Z",
    "created_at": "2023-01-01T01:00:00.000Z"
  }
}