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}}" } }
"{{objectId}}"
Show child attributes
Updated
The response is of type any.
any
Was this page helpful?