Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1944

Joomla! 5.x Coding • The Joomla 5 API does not work

$
0
0
The value of the additional material field is not recorded.
/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              ]        ]    ];
Please help me figure out the problem. Is this functionality working?

Statistics: Posted by veblis — Tue Apr 30, 2024 6:56 pm



Viewing all articles
Browse latest Browse all 1944

Trending Articles