# Update a specific Assessment assessed earlier **POST /v1/Insights/QualityManagement/Assessments/{AssessmentSid}** Update a specific Assessment assessed earlier ## 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 - **AssessmentSid** (string) The SID of the assessment to be modified ### Body: application/x-www-form-urlencoded (object) - **Offset** (number) The offset of the conversation - **AnswerText** (string) The answer text selected by user - **AnswerId** (string) The id of the answer selected by user ## 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 unique SID identifier of the Account. - **assessment_sid** (string | null) The SID of the assessment - **offset** (number | null) Offset of the conversation - **report** (boolean | null) The flag indicating if this assessment is part of report - **weight** (number | null) The weightage given to this comment - **agent_id** (string | null) The id of the Agent - **segment_id** (string | null) Segment Id of conversation - **user_name** (string | null) The name of the user. - **user_email** (string | null) The email id of the user. - **answer_text** (string | null) The answer text selected by user - **answer_id** (string | null) The id of the answer selected by user - **assessment** () Assessment Details associated with an assessment - **timestamp** (number | null) - **url** (string(uri) | null) [Powered by Bump.sh](https://bump.sh)