Skip to content
Snippets Groups Projects
Commit 953fe9bb authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Add "size" to the allowed keys for attachments

parent 91d65d97
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class TicketApiController extends ApiController {
$supported = array(
"alert", "autorespond", "source", "topicId",
"attachments" => array("*" =>
array("name", "type", "data", "encoding")
array("name", "type", "data", "encoding", "size")
),
"message", "ip", "priorityId"
);
......
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