---
title: "Update an existing meeting"
method: POST
path: "/Meeting/UpdateMeeting"
tags: ["Meeting"]
---

# Update an existing meeting

`POST /Meeting/UpdateMeeting`

## Headers

- `X-Version` string

## Request body

- UpdateMeetingRequest
  - `meetingId` integer, required — Meeting identifier
  - `name` string, required — Meeting name
  - `regionCode` string, nullable — Regional code
  - `isPublic` boolean, required — Is meeting publicly available

## Response `200`

Success

- UpdateMeetingResponse
  - `meetingId` integer
  - `name` string, nullable
  - `regionCode` string, nullable
  - `isPublic` boolean
  - `isStarted` boolean
  - `roomCode` integer

## Other responses

- `400` — If param invalid
- `401` — If unauthorized

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
