---
title: "Save Room Breakout Layout"
method: POST
path: "/chatrooms/{room_name}/breakouts/layouts"
tags: ["chatrooms"]
---

# Save Room Breakout Layout

`POST /chatrooms/{room_name}/breakouts/layouts`

Keep the arrangement on screen for next time. Host only.

Saved against the room's SECTION, not the room: the room is one class, and
the whole point is that the grouping outlives it. A room with no section has
nowhere to keep it, and says so rather than pretending to save.

## Path parameters

- `room_name` string, required

## Headers

- `authorization` string, nullable

## Request body

- SaveBreakoutLayoutRequest
  - `name` string, nullable
  - `rooms` array[], required
    - string[]
  - `id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/289faeee8089/schema)
