The value of the additional material field is not recorded.Please help me figure out the problem. Is this functionality working?
/api/index.php/v1/content/articles
Code:
$articles[] = [ "articletext" => $row['message_text'], "catid" => $catid, "title" => $title,"state" => 1, "language" => "*", "metadesc" => "", "metakey" => "","created" => date('Y-m-d H:i:s'),"modified" => date('Y-m-d H:i:s'),"images" => '{}',"urls" => '{}',"attribs" => '{}',"metadesc" => '',"metadata" => '{}',"fields" => [ [ "id" => 2, "value" => $telegramInfoId ] ] ];
Statistics: Posted by veblis — Tue Apr 30, 2024 6:56 pm