Update auto-verify and external access flags
PUT {{backofficeURL}}/WorkflowService/workflowTemplates/{{workflowTemplateID}}?access_token={{useraccessToken}}
Using this service, we can update auto-verify and external access flags to either true or false for a specific workflow template.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |
Request Body
{"Form Header"=>[{"Type"=>"List", "Value"=>["Yes", "No"], "Label"=>"I consent"}], "Label"=>"Crypto custody terms", "Description"=>"Crypto custody is a secure, off-chain storage solution that protects crypto wallet funds or holdings from theft or loss.\n\nAs part of its AML (anti-money laundering), CTF (counter-terrorism financing) and other regulatory duties, we need to monitor incoming and outgoing crypto transactions and - if necessary - reject transactions or report cases to authorities in case of reasonable suspicion.", "autoVerify"=>true, "externalAccess"=>true, "templateActiveStatus"=>0}