v1
latestOpenAPI 3.1.12026-07-242899061.7 MBAuto Yara
Edit an Auto YARA job
Update the generated YARA rule on an existing job with revised detection logic.
post/v1/auto-yara/jobs/edit
Request body
Example request
{
"yara_rule_str": "rule example_rule {\n strings:\n $a = \"malware\"\n condition:\n $a\n}\n"
}Response
Successful Response