Update screening responseAsk AIput https://api.platform.briink.com/workspaces/{workspace_id}/screenings/{screening_id}/responses/{response_id}Updates a screening response belonging to the latest screening executionPath Paramsworkspace_iduuidrequiredscreening_iduuidrequiredresponse_iduuidrequiredBody Paramsresponse_textstringnullThe response text of short answer and metric type responsesreasoning_textstringnullThe reasoning text of metric type responsesresponse_objectsobjectnullThe response objects of metric type responsesResponse Objects objectlockedbooleannullIf true, the response is locked and stays the same in case the screening execution is rerun.truefalsechoicesarraynullThe response choices to be updatedChoices array of objectsevidencesarraynullThe evidences to be updatedEvidences array of objectsassignee_idstringnullThe id of the user who is assigned to the response. Omit to leave unchanged; to unassign, set to Nonedue_datestringnullThe due date of the response. Omit to leave unchanged; to clear, set to Noneverification_statusVerificationStatusEnumnullenumThe verification status of the response.UNVERIFIEDPENDING_REVIEWVERIFIEDREJECTEDResponses 200Successful Response 422Validation ErrorUpdated 5 months ago