---
title: "Changes to Update Question"
method: PATCH
path: "/questions/{question_id}"
---

# Changes to Update Question

`PATCH /questions/{question_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 7 revisions.

- **2026-08-24** `ca32894f988c` — 7 breaking, 7 info
- **2026-08-08** `e9da3a893a88` — 4 info

## Changes

- **2026-08-24** `ca32894f988c` — 7 breaking, 7 info
  - removed the enum value `label_selection` of the request property `settings/anyOf[subschema #1]/oneOf[subschema #3: LabelSelectionSettingsUpdate]/type`
  - removed the enum value `multi_label_selection` of the request property `settings/anyOf[subschema #1]/oneOf[subschema #4: MultiLabelSelectionQuestionSettingsUpdate]/type`
  - removed the enum value `ranking` of the request property `settings/anyOf[subschema #1]/oneOf[subschema #5: RankingQuestionSettingsUpdate]/type`
  - removed the enum value `rating` of the request property `settings/anyOf[subschema #1]/oneOf[subschema #2: RatingQuestionSettingsUpdate]/type`
  - removed the enum value `span` of the request property `settings/anyOf[subschema #1]/oneOf[subschema #6: SpanQuestionSettingsUpdate]/type`
  - removed the enum value `table` of the request property `settings/anyOf[subschema #1]/oneOf[subschema #7: TableQuestionSettingsUpdate]/type`
  - removed the enum value `text` of the request property `settings/anyOf[subschema #1]/oneOf[subschema #1: TextQuestionSettingsUpdate]/type`
  - removed the `label_selection` enum value from the `settings/oneOf[subschema #3: LabelSelectionQuestionSettings]/type` response property for the response status `200`
  - removed the `multi_label_selection` enum value from the `settings/oneOf[subschema #4: MultiLabelSelectionQuestionSettings]/type` response property for the response status `200`
  - removed the `ranking` enum value from the `settings/oneOf[subschema #5: RankingQuestionSettings]/type` response property for the response status `200`
  - removed the `rating` enum value from the `settings/oneOf[subschema #2: RatingQuestionSettings]/type` response property for the response status `200`
  - removed the `span` enum value from the `settings/oneOf[subschema #6: SpanQuestionSettings]/type` response property for the response status `200`
  - removed the `table` enum value from the `settings/oneOf[subschema #7: TableQuestionSettings]/type` response property for the response status `200`
  - removed the `text` enum value from the `settings/oneOf[subschema #1: TextQuestionSettings]/type` response property for the response status `200`
- **2026-08-08** `e9da3a893a88` — 4 info
  - added the new optional request property `settings/anyOf[subschema #1]/oneOf[subschema #1: TextQuestionSettingsUpdate]/columns`
  - added the new optional request property `settings/anyOf[subschema #1]/oneOf[subschema #7: TableQuestionSettingsUpdate]/columns`
  - added the optional property `settings/oneOf[subschema #1: TextQuestionSettings]/columns` to the response with the `200` status
  - added the optional property `settings/oneOf[subschema #7: TableQuestionSettings]/columns` to the response with the `200` status

---

[Operation](https://skmtc.dev/hf/apis/extralit-v1/docs/questions/:question_id/patch.md) · [API](https://skmtc.dev/hf/apis/extralit-v1.md) · [Page](https://skmtc.dev/hf/apis/extralit-v1/changes/questions/:question_id/patch)
