---
title: "Set Room Texting Style"
method: PATCH
path: "/api/v1/rooms/{room_id}/texting-style"
tags: ["Rooms"]
---

# Set Room Texting Style

`PATCH /api/v1/rooms/{room_id}/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'.

## Path parameters

- `room_id` string, uuid, required

## Request body

- object
  - `texting_style` 'default' | 'short-form' | 'long-form', required — Reply register for the room. Applies from the next generated reply (text and audio).

## Response `200`

Room updated; returns the room view including the new texting_style

## Other responses

- `400` — Invalid texting_style value
- `404` — Room not found

---

[API](https://skmtc.dev/oh/apis/ohapi-documentation.md) · [All operations](https://skmtc.dev/oh/apis/ohapi-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oh/ohapi-documentation/revisions/b623c2e9cb65/schema)
