Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello! I am trying to move a rule to a category/section via the API, but I'm not sure how to do it via the PUT endpoint. I have tried this:PUT with partialUpdate=True with following payload:{"metadata": {"category":"test_category"}, "id":rule_id}Resp...