Article.Update
Updates an article in the database. HTTP Operation HTTP POST URL https://www.mblast.com/api/rest/v.01/article.update.aspx Parameters See the documentation for creating REST queries.
Response Elements Response are returned in an XML document.
Example response The following is an example of the response returned by the Article.Update method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<article>
<recordID>12345</recordID>
<title>Avici Downsizes to Survive</title>
<date>2006-02-17T1:00:00Z</date>
<link>
http://www.lightreading.com/document.asp?doc_id=88972
</link>
<byline>Ray Le Maistre</byline>
<publicationID>12345</publicationID>
<summary>
Core IP router vendor Avici Systems Inc. is
cutting 45 percent of its 300 full-time and
contract staff positions, or 135 jobs.
</summary>
<keywords>avici, ip router</keywords>
</article>
</response>
Errors Article.Update returns the standard errors. There are no errors specific to this method. |