webpurify.live.addtowhitelist
A profanity word management method. Adds submitted word to the whitelist of the associated license key
Arguments
api_key(Required)- Your API application key.
word(Required)- the word you want added to your white list.
Example Response
<?xml version="1.0" encoding="utf-8" ?> <rsp stat="ok"> <method>webpurify.live.addtowhitelist</method> <format>rest</format> <success>1</success> <api_key>api_key</api_key> </rsp>
Error Codes
100: Invalid API Key- The API key passed was not valid.
101: API Key is inactive- The API key passed is inactive or has been revoked.
102: API Key was not included in request- this method requires an API Key.
103: Service currently unavailable- The requested service is temporarily unavailable.
105: Word parameter is blank.- the word parameter must have a value
