---
title: "Update authorized user permission for perticular quiz."
method: PUT
path: "/v1/shared_quizzes/{quiz_id}"
tags: ["ShareQuiz"]
---

# Update authorized user permission for perticular quiz.

`PUT /v1/shared_quizzes/{quiz_id}`

## Path parameters

- `quiz_id` string, required

## Query parameters

- `shared_quiz_id` string, required

## Request body

- object
  - `email` string
  - `permission` string

## Response `200`

- object
  - `message` string
  - `status` string

## Other responses

- `400` — Fail due to resource not exists
- `500` — Unexpected error occurred

## Changes

- **2024-11-18** `6851e4c3a948` — 1 info
  - endpoint added
- **2024-02-08** `a2179d15ad2f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/improwised/apis/untitled-api/changes/v1/shared_quizzes/:quiz_id/put.md)

---

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