---
title: "Update Event Room"
method: PATCH
path: "/api/addon/rooms/{gcal_event_id}"
tags: ["gcal-addon"]
---

# Update Event Room

`PATCH /api/addon/rooms/{gcal_event_id}`

Update room settings / reschedule after the calendar event changed.

## Path parameters

- `gcal_event_id` string, required

## Headers

- `authorization` string, nullable

## Request body

- RoomPatch
  - `title` string, nullable
  - `start_iso` string, nullable
  - `language` string, nullable
  - `video_enabled` boolean, nullable
  - `multilingual` boolean, nullable
  - `max_participants` integer, nullable
  - `visibility` string, nullable
  - `activity_type` string, nullable
  - `exchange_language` 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/78f314acd8bf/schema)
