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

Merge pull request #4861 from JediKev/issue/api-unexpected-data-warnings

issue: API Unexpected Data Warnings
parents a51b2efb 4f68eb9d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,12 @@ class TicketApiController extends ApiController {
array("name", "type", "data", "encoding", "size")
),
"message", "ip", "priorityId",
"system_emails", "thread_entry_recipients"
"system_emails" => array(
"*" => "*"
),
"thread_entry_recipients" => array (
"*" => array("to", "cc")
)
);
# 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