in reply to Re: hash (within an array?) issue
in thread hash (within an array?) issue

jwkrahn, your answer proved to be correct. I changed the {} to [] as follows:
'custom_fields' => [ { "key" => "height", "value" => 500 }, { "key" => "width", "value" => 750 } ],
and it did the trick! Thanks!
Buddha bless you.