Update a Temporary Room
PATCH /api/v1/external/rooms/{id}
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
The ID of the room.
Example
01kxb0t5c4ccf16vp1qt0y0merRequest Body
Section titled “Request Body ”object
name
Room display name.
string
Renamed Room external_reference
Optional creator-side reference id.
string
ticket-456Responses
Section titled “ Responses ”object
data
object
room_id
string
01HX... name
string
Renamed Room status
string
active{ "data": { "room_id": "01HX...", "name": "Renamed Room", "status": "active" }}