Update Article.
cURL
curl --request PUT \ --url https://api.octaviatech.app/cms/articles/update \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "id": "{{objectId}}", "mainTitle": { "en": "Hello World (updated)", "es": "Hola Mundo (actualizado)" }, "tags": [ "news", "ai", "ml" ] } '
{ "success": true, "statusCode": 201, "message": "Article updated", "data": { "id": "{{objectId}}" } }
id
^[a-fA-F0-9]{24}$
"{{objectId}}"
Show child attributes
Updated
Was this page helpful?