# To update the question **POST /v1/Insights/QualityManagement/Questions/{QuestionSid}** To update the question ## Servers - https://flex-api.twilio.com: https://flex-api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Headers - **Authorization** (string) The Authorization HTTP request header ### Path parameters - **QuestionSid** (string) The SID of the question ### Body: application/x-www-form-urlencoded (object) - **AllowNa** (boolean) The flag to enable for disable NA for answer. - **CategorySid** (string) The SID of the category - **Question** (string) The question. - **Description** (string) The description for the question. - **AnswerSetId** (string) The answer_set for the question. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource. - **question_sid** (string | null) The SID of the question - **question** (string | null) The question. - **description** (string | null) The description for the question. - **category** () The Category for the question. - **answer_set_id** (string | null) The answer_set for the question. - **allow_na** (boolean | null) The flag to enable for disable NA for answer. - **usage** (integer) Integer value that tells a particular question is used by how many questionnaires - **answer_set** () Set of answers for the question - **url** (string(uri) | null) [Powered by Bump.sh](https://bump.sh)