---
title: "Update Webinar"
method: PATCH
path: "/organization/{organizationId}/webinar/{webinarId}"
tags: ["Events API"]
---

# Update Webinar

`PATCH /organization/{organizationId}/webinar/{webinarId}`

## Path parameters

- `organizationId` string, required
- `webinarId` string, required

## Request body

- object
  - `name` string — Name of Webinar
  - `startTime` string — Start time of Webinar (Can not be updated without stopTime)
  - `stopTime` string — End time of Webinar (Can not be updated without startTime)
  - `timeZone` string — Webinar time zone (consult Univid for allowed values and formats)
  - `language` string — Webinar language code (consult Univid for allowed values and formats)
  - `description` string — Description of Webinar, in HTML format
  - `templateId` string — ID of Template to use for Webinar
  - `customContext` object — Custom context data for the Webinar

## Response `200`

OK

---

[API](https://skmtc.net/univid/apis/univid-api.md) · [All operations](https://skmtc.net/univid/apis/univid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/univid/univid-api/revisions/1919adf61729/schema)
