---
title: "PUT /questions/{id}"
method: PUT
path: "/questions/{id}"
tags: ["questions"]
---

# PUT /questions/{id}

`PUT /questions/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `id` number
  - `subtopicId` number
  - `questionText` string
  - `answerType` string
  - `evidenceFileRequired` boolean
  - `hint` string
  - `isRequired` boolean
  - `priorityLevel` 'high priority' | 'medium priority' | 'low priority'
  - `evidenceFiles` object[]
    - `id` number
    - `filename` string

## Response `202`

question

- object
  - `message` string
  - `data` Question
    - `id` number
    - `subtopicId` number
    - `questionText` string
    - `answerType` string
    - `evidenceFileRequired` boolean
    - `hint` string
    - `isRequired` boolean
    - `priorityLevel` 'high priority' | 'medium priority' | 'low priority'
    - `evidenceFiles` object[]
      - `id` number
      - `filename` string

## Other responses

- `404` — no content to display
- `500` — internal server error

## Changes

- **2025-08-07** `8f39d60f160a` — 1 breaking, 9 info
  - the `data` response's property type/format changed from ``/`` to `object`/`` for status `202`
  - added the optional property `data/answerType` to the response with the `202` status
  - added the optional property `data/evidenceFileRequired` to the response with the `202` status
  - added the optional property `data/evidenceFiles` to the response with the `202` status
  - …6 more
- **2025-01-22** `ed48b7196725` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/questions/:id/put.md)

---

[API](https://skmtc.dev/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.dev/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/revisions/8f39d60f160a/schema)
