updateArticle


Updates an article. Creates a new version for this article for historical purposes.

Parameters

Name Description
articleID required ID of article to work with.
blogID optional Blog ID (Site ID) the article belongs to.
userID required User ID that’s performing the action.
title optional Title of article.
body optional Body of article.
summary optional Summary of article.
publishDate optional Date when to publish an article.
output optional The response output format. Accepts JSON and XML.

Request Syntax

https://services.onesite.com/rest/ugcArticle?action=updateArticle&articleID=267355&userID=229928503&title=My New Article&devkey=[devkey]

JSON Response