Skip to content
Snippets Groups Projects
Unverified Commit e5a5287b authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4563 from aydreeihn/issue/extra-api-data

Add new API headers to whitelist
parents 20b9ef49 7f51f652
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment