---
title: "Update an event"
method: PATCH
path: "/Event"
tags: ["Event"]
---

# Update an event

`PATCH /Event`

**Requires permission:** *StaffMember*

Updates an event and its owners. Only an owner of the event may update it.

## Request body

- PatchEventDetailsRequest
  - `id` integer
  - `name` string
  - `organiserEmail` string
  - `organiserName` string
  - `start` string, date-time
  - `end` string, date-time
  - `overview` string, nullable
  - `details` string, nullable
  - `signupType` 0 | 1 | 2
  - `supportQR` boolean
  - `location` string, nullable
  - `enableWaitlist` boolean
  - `published` boolean
  - `includeInPD` boolean
  - `photo` string, nullable
  - `photoType` 0 | 1 | 2
  - `photoCredit` string, nullable
  - `photoFormat` string, nullable
  - `reminderTime` integer
  - `owners` EventOwner[], nullable
    - `id` integer
    - `eventId` integer
    - `email` string
    - `name` string
  - `ownersToRemove` EventOwner[], nullable
    - `id` integer
    - `eventId` integer
    - `email` string
    - `name` string

## Response `200`

Event Updated

## Other responses

- `204` — No Content
- `400` — An Error Occurred - See Errors
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
