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

# Update an event question

`PATCH /Event/Question`

**Requires permission:** *StaffMember*

Updates a question on an event. Only an owner of the event may update questions.

## Request body

- PatchEventQuestionRequest
  - `id` integer
  - `eventId` integer
  - `sessionId` integer, nullable
  - `name` string
  - `hint` string, nullable
  - `required` boolean, nullable
  - `options` string, nullable
  - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8

## Response `200`

Question updated

## Other responses

- `204` — No Content
- `400` — An Error Occurred - Explain Error
- `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/fab57bf5558a/schema)
