Actually I export the csv from tenable and import to the automox via api and the csv is uploaded successfully, but when I try to patch the vulnerabilities it give 404 not found error
{
 "actions": :
  {
   "action": "patch-with-worklet",
   "solutionId": 5169549, Â
   "devices": Â
    2859677
   ],
   "workletId": 157
  }
 ]
}Â
this is the body part which I added to patch the vulnerability and I also check that the device id, solution id and worklet id all are correct, then why it give me error as 404 not found
Â
So how can I resolve this issue
Â
Â
I use this url endpoint "https://console.automox.com/api/orgs/105757/action-sets/105072/actions"
for executing the patch.
"https://console.automox.com/api/worklet-catalog?page=0&limit=500" and use this url to get the worklet id.
"https://console.automox.com/api/orgs/105757/remediations/action-sets/107894/solutions?page=2" and use this to get device id and solution id.
Please let me know if there is wrong in something this or there is different problem.