---
title: "Update quiz screens"
method: PUT
path: "/quizzes/screens"
---

# Update quiz screens

`PUT /quizzes/screens`

Update the screens configuration for a specific quiz

## Headers

- `api_key` string, required — Your API key for authentication

## Request body

- object
  - `quiz_id` integer, required — The ID of the quiz to update
  - `screens` string, required — JSON string containing the quiz screens configuration

## Response `200`

Quiz screens updated successfully

- object
  - `success` integer

## Other responses

- `422` — Validation error

---

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