Update YARA ruleCopy Pageput https://sandbox.recordedfuture.com/api/v0/yara/{ruleName}Update a YARA rule's source code and optionally rename it, with server-side recompilation.Path ParamsruleNamestringrequiredCurrent rule filename to update.Body ParamsnamestringNew rule filename (can be used to rename)rulestringUpdated YARA rule contentResponses 200Rule updated successfully. 400Compilation error or invalid name. 404Rule not found.Updated 14 days ago