From 7f51f652b9583bdce07a62be3a618716a401496d Mon Sep 17 00:00:00 2001
From: aydreeihn <adriane@enhancesoft.com>
Date: Tue, 23 Oct 2018 14:55:46 -0500
Subject: [PATCH] Add new API headers to whitelist

---
 include/api.tickets.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/api.tickets.php b/include/api.tickets.php
index c209086a9..8d20e391c 100644
--- a/include/api.tickets.php
+++ b/include/api.tickets.php
@@ -14,7 +14,8 @@ class TicketApiController extends ApiController {
             "attachments" => array("*" =>
                 array("name", "type", "data", "encoding", "size")
             ),
-            "message", "ip", "priorityId"
+            "message", "ip", "priorityId",
+            "system_emails", "thread_entry_recipients"
         );
         # Fetch dynamic form field names for the given help topic and add
         # the names to the supported request structure
-- 
GitLab