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
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ class TicketApiController extends ApiController { ...@@ -12,7 +12,7 @@ class TicketApiController extends ApiController {
$supported = array( $supported = array(
"alert", "autorespond", "source", "topicId", "alert", "autorespond", "source", "topicId",
"attachments" => array("*" => "attachments" => array("*" =>
array("name", "type", "data", "encoding") array("name", "type", "data", "encoding", "size")
), ),
"message", "ip", "priorityId" "message", "ip", "priorityId"
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment