FlexV1InsightsQuestionnairesQuestion

To update the question

To update the question

post/v1/Insights/QualityManagement/Questions/{QuestionSid}

Path parameters

QuestionSidstring required

The SID of the question

Headers

Authorizationstring

The Authorization HTTP request header

Response

OK

account_sidstring nullable

The SID of the Account that created the Flex Insights resource and owns this resource.

question_sidstring nullable

The SID of the question

questionstring nullable

The question.

descriptionstring nullable

The description for the question.

{"stackTrail":"components:schemas:flex.v1.insights_questionnaires_question:properties:category","oasType":"schema","type":"unknown","description":"The Category for the question.","nullable":true}
answer_set_idstring nullable

The answer_set for the question.

allow_naboolean nullable

The flag to enable for disable NA for answer.

usageinteger

Integer value that tells a particular question is used by how many questionnaires

{"stackTrail":"components:schemas:flex.v1.insights_questionnaires_question:properties:answer_set","oasType":"schema","type":"unknown","description":"Set of answers for the question","nullable":true}
urlstring uri nullable

Changes

Changed in 6 of the 51 revisions of this API.414

    • the answer_set response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the category response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the answer_set response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the category response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the usage response's property default value 0 was added for the status 200

      response-property-default-value-added

    • api tag FlexV1InsightsQuestionnairesQuestion added

      api-tag-added

  • v1350c4958f8a311See the full diff
    • deleted the header request parameter Token

      request-parameter-removed

    • added the new optional header request parameter Authorization

      new-optional-request-parameter

    • endpoint added

      endpoint-added