---
title: "Changes to Create Dataset Question"
method: POST
path: "/datasets/{dataset_id}/questions"
---

# Changes to Create Dataset Question

`POST /datasets/{dataset_id}/questions`

> 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/oneOf[subschema #3: LabelSelectionQuestionSettingsCreate]/type`
  - removed the enum value `multi_label_selection` of the request property `settings/oneOf[subschema #4: MultiLabelSelectionQuestionSettingsCreate]/type`
  - removed the enum value `ranking` of the request property `settings/oneOf[subschema #5: RankingQuestionSettingsCreate]/type`
  - removed the enum value `rating` of the request property `settings/oneOf[subschema #2: RatingQuestionSettingsCreate]/type`
  - removed the enum value `span` of the request property `settings/oneOf[subschema #6: SpanQuestionSettingsCreate]/type`
  - removed the enum value `table` of the request property `settings/oneOf[subschema #7: TableQuestionSettingsCreate]/type`
  - removed the enum value `text` of the request property `settings/oneOf[subschema #1: TextQuestionSettingsCreate]/type`
  - removed the `label_selection` enum value from the `settings/oneOf[subschema #3: LabelSelectionQuestionSettings]/type` response property for the response status `201`
  - removed the `multi_label_selection` enum value from the `settings/oneOf[subschema #4: MultiLabelSelectionQuestionSettings]/type` response property for the response status `201`
  - removed the `ranking` enum value from the `settings/oneOf[subschema #5: RankingQuestionSettings]/type` response property for the response status `201`
  - removed the `rating` enum value from the `settings/oneOf[subschema #2: RatingQuestionSettings]/type` response property for the response status `201`
  - removed the `span` enum value from the `settings/oneOf[subschema #6: SpanQuestionSettings]/type` response property for the response status `201`
  - removed the `table` enum value from the `settings/oneOf[subschema #7: TableQuestionSettings]/type` response property for the response status `201`
  - removed the `text` enum value from the `settings/oneOf[subschema #1: TextQuestionSettings]/type` response property for the response status `201`
- **2026-08-08** `e9da3a893a88` — 4 info
  - added the new optional request property `settings/oneOf[subschema #1: TextQuestionSettingsCreate]/columns`
  - added the new optional request property `settings/oneOf[subschema #7: TableQuestionSettingsCreate]/columns`
  - added the optional property `settings/oneOf[subschema #1: TextQuestionSettings]/columns` to the response with the `201` status
  - added the optional property `settings/oneOf[subschema #7: TableQuestionSettings]/columns` to the response with the `201` status

---

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