Thanks for the reply. It is still in learning mode and they now seem to be hit or miss. Sometimes they work, sometimes they don’t.
It says it is a POST in the network tab in the browser console. Here are the parameters:
wp-admin/admin-ajax.php?action=support_update_ticket&agent=3&status=closed&priority=0&id=68594&ticket-properties=
Do I add those parameters to the whitelist individually like request.body[action] and request.body[agent] etc. or is there a way to add them all like request.body[action,agent,status,priority,id,ticket-properties]?
Thanks again!