Skip to main content
PATCH
Update a room-config template

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

The vrtpl_-prefixed template id.

Body

application/json
name
string
Required string length: 1 - 120
description
string | null
Maximum string length: 500
config
object

The reusable, NON-SECRET room-config preset stored on a video room-config template. Every field is optional and maps 1:1 to the identically-named POST /video/rooms-scheduled room-create knob; an empty object is a valid 'all defaults' preset. Unknown keys are rejected, and secret-bearing fields (BYO recording-storage credentials, consent receipts) are intentionally never part of a template.

Response

The updated room-config template.

data
object
meta
object