---
title: "PATCH /api/quizzes/{id}"
method: PATCH
path: "/api/quizzes/{id}"
tags: ["api"]
---

# PATCH /api/quizzes/{id}

`PATCH /api/quizzes/{id}`

## Request body

- WeeklyQuizWrite
  - `id` string, uuid
  - `created` string, date-time
  - `modified` string, date-time
  - `title` string, nullable
  - `is_technical` boolean
  - `anonymize_user_results` boolean
  - `engagement_type` 'private' | 'channel'
  - `mention_channel` boolean
  - `channel` string, nullable
  - `company` string, uuid, nullable

## Response `200`

OK

- WeeklyQuizWrite
  - `id` string, uuid
  - `created` string, date-time
  - `modified` string, date-time
  - `title` string, nullable
  - `is_technical` boolean
  - `anonymize_user_results` boolean
  - `engagement_type` 'private' | 'channel'
  - `mention_channel` boolean
  - `channel` string, nullable
  - `company` string, uuid, nullable

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/versions/2a72ba99e389/schema)
