questions

Update Question

patch/questions/{question_id}

Path parameters

question_idstring uuid required

Request body

titlestring nullable

The title of the question

descriptionstring nullable

The description of the question

Response

Successful Response

idstring uuid required
namestring required
titlestring required
descriptionstring nullable
requiredboolean required
dataset_idstring uuid required
inserted_atstring date-time required
updated_atstring date-time required

Changes

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

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

      request-property-enum-value-removed

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

      request-property-enum-value-removed

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

      request-property-enum-value-removed

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

      request-property-enum-value-removed

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

      request-property-enum-value-removed

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

      request-property-enum-value-removed

    • removed the enum value text of the request property settings/anyOf[subschema #1]/oneOf[subschema #1: TextQuestionSettingsUpdate]/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 200

      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 200

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      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/anyOf[subschema #1]/oneOf[subschema #1: TextQuestionSettingsUpdate]/columns

      new-optional-request-property

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

      new-optional-request-property

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

      response-optional-property-added

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

      response-optional-property-added