Rooms

Set Room Texting Style

Set the reply register for an existing room. 'default' keeps the production style every room starts with; 'short-form' is a brief, punchy chat-speak register; 'long-form' is a warm, natural register. Takes effect from the next generated reply (text and audio). Rooms created before this feature behave as 'default'.

put/api/v1/rooms/{room_id}/texting-style

Path parameters

room_idstring uuid required

The room to update

Request body

texting_style'default' | 'short-form' | 'long-form' required

Reply register for the room. Applies from the next generated reply (text and audio).

Response

Room updated; returns the room view including the new texting_style

Changes

No recorded changes to this endpoint across all 1 revision of this API.