Skip to content

Update a Temporary Room

PATCH
/api/v1/external/rooms/{id}

Renames a Temporary Room or updates its external reference. Available to the room owner via webapp session or an API token with temporary-rooms:create.

id
required
string

The ID of the room.

Example
01kxb0t5c4ccf16vp1qt0y0mer
object
name

Room display name.

string
Renamed Room
external_reference

Optional creator-side reference id.

string
nullable
ticket-456
object
data
object
room_id
string
01HX...
name
string
Renamed Room
status
string
active
{
"data": {
"room_id": "01HX...",
"name": "Renamed Room",
"status": "active"
}
}