v1

latestSwagger 2.0BSD 3-Clause2026-07-1720953437.1 KB
roomTypes

Update roomType (partial)

Update roomType fields

patch/roomTypes/{key}

Path parameters

keystring required

The id or name of the roomType to retrieve

Request body

namestring

Name of the roomType

isEnabledboolean

If the roomType is active

settingsobject

Default settings for roomType

rulesobject[]

Default rules for roomType

botsstring[]

Default bots for roomType

ownerstring

The name of the user to assign as the owner. Defaults to the user that created it

Response

Updated field

idstring

The UUID of the roomType specified

namestring

The roomType being used in the specified room

isEnabledboolean

Flag indicating whether a roomType is enabled to use on rooms

settingsobject

Key-value pairs used to configure bots and rooms intial state

rulesobject[]

Array containing the rules that trigger automations for rooms of this type

botsstring[]

Array containing the bots to be used for rooms of this type

createdBystring

Id of the User who created this roomType.