---
title: "Update a schedule event"
method: PATCH
path: "/orgs/{orgId}/schedules/{scheduleId}/events/{eventId}"
tags: ["orgs/schedules"]
---

# Update a schedule event

`PATCH /orgs/{orgId}/schedules/{scheduleId}/events/{eventId}`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-site:w,o{params.orgId}-siteGeneral:w,o{params.orgId}-user:w,o:w,s-o:w<br/><br/>__Endpoint name__: updateEvent

## Path parameters

- `orgId` integer, required
- `scheduleId` integer, required
- `eventId` integer, required

## Request body

- object
  - `iCalText` string
  - `ordinal` integer
  - `name` string, nullable

## Response `204`

No Content

---

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