Update Verification MethodAsk AIput https://{hostname}/api/datasubject/v2/requestqueues/{requestQueueRefId}/verificationmethodsUse this API to update an existing verification method for a request.Path ParamsrequestQueueRefIdstringrequiredrequest queue reference idQuery ParamslanguagestringLanguage codetranslatebooleanDefaults to falseWhether to translate the contenttruefalseBody ParamsiduuidThe unique identifier for this verification method.verificationMethodNamestringlength between 1 and 100The name of the verification method used to verify the data subject's identity.descriptionstringlength β€ 500A detailed description of how the verification method was applied.verificationStatusstringenumThe current status of the verification process.VERIFIEDUNVERIFIEDVERIFIEDREJECTEDAllowed:UNVERIFIEDVERIFIEDREJECTEDverificationCommentsarray of objectsA list of comments and attachments associated with this verification method. This field is only populated when includeComments is set to true in the request.verificationCommentsADD objectverificationTypestringenumThe type of verification process used.MANUALMANUALAUTOMATEDEXTERNALAllowed:MANUALAUTOMATEDEXTERNALcreatedDatedate-timeThe timestamp when this verification method was created.lastModifiedDatedate-timeThe timestamp when this verification method was last modified.Responses 200OK 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago