Changes to Create Dataset Question

POST /datasets/{dataset_id}/questions

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 7 revisions of this API.711

  1. ca32894f988c77
  2. e9da3a893a884

What changed

  • ca32894f988c77See the full diff
    • removed the enum value label_selection of the request property settings/oneOf[subschema #3: LabelSelectionQuestionSettingsCreate]/type

      request-property-enum-value-removed

    • removed the enum value multi_label_selection of the request property settings/oneOf[subschema #4: MultiLabelSelectionQuestionSettingsCreate]/type

      request-property-enum-value-removed

    • removed the enum value ranking of the request property settings/oneOf[subschema #5: RankingQuestionSettingsCreate]/type

      request-property-enum-value-removed

    • removed the enum value rating of the request property settings/oneOf[subschema #2: RatingQuestionSettingsCreate]/type

      request-property-enum-value-removed

    • removed the enum value span of the request property settings/oneOf[subschema #6: SpanQuestionSettingsCreate]/type

      request-property-enum-value-removed

    • removed the enum value table of the request property settings/oneOf[subschema #7: TableQuestionSettingsCreate]/type

      request-property-enum-value-removed

    • removed the enum value text of the request property settings/oneOf[subschema #1: TextQuestionSettingsCreate]/type

      request-property-enum-value-removed

    • removed the label_selection enum value from the settings/oneOf[subschema #3: LabelSelectionQuestionSettings]/type response property for the response status 201

      response-property-enum-value-removed

    • removed the multi_label_selection enum value from the settings/oneOf[subschema #4: MultiLabelSelectionQuestionSettings]/type response property for the response status 201

      response-property-enum-value-removed

    • removed the ranking enum value from the settings/oneOf[subschema #5: RankingQuestionSettings]/type response property for the response status 201

      response-property-enum-value-removed

    • removed the rating enum value from the settings/oneOf[subschema #2: RatingQuestionSettings]/type response property for the response status 201

      response-property-enum-value-removed

    • removed the span enum value from the settings/oneOf[subschema #6: SpanQuestionSettings]/type response property for the response status 201

      response-property-enum-value-removed

    • removed the table enum value from the settings/oneOf[subschema #7: TableQuestionSettings]/type response property for the response status 201

      response-property-enum-value-removed

    • removed the text enum value from the settings/oneOf[subschema #1: TextQuestionSettings]/type response property for the response status 201

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property settings/oneOf[subschema #1: TextQuestionSettingsCreate]/columns

      new-optional-request-property

    • added the new optional request property settings/oneOf[subschema #7: TableQuestionSettingsCreate]/columns

      new-optional-request-property

    • added the optional property settings/oneOf[subschema #1: TextQuestionSettings]/columns to the response with the 201 status

      response-optional-property-added

    • added the optional property settings/oneOf[subschema #7: TableQuestionSettings]/columns to the response with the 201 status

      response-optional-property-added