Glossary.Update
Updates a glossary in the database. HTTP Operation HTTP POST URL https://www.mblast.com/api/rest/v.01/glossary.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 Glossary.Update method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<glossary>
<recordID>12345</recordID>
<term>Metropolitan Area Network</term>
<definition>
A data communication network typically covering
the geographic area of a city.
</definition>
<abbreviation>MAN</abbreviation>
<source>Network Glossary</source>
</glossary>
</response>
Errors Glossary.Update returns the standard errors. There are no errors specific to this method. |