This API is used to update title, body, private, custom_templates and children of articles that are active. Deleted articles cannot be updated. NOTE: Children can only be added and not removed, as of now.
xxxxxxxxxx
curl --request PUT \
--url https://alation_domain/integration/v1/article/article_id/ \
--header 'accept: application/json' \
--header 'content-type: application/json'