xsltupdate |
 |
recognia/api/xsltupdate?xid=NAME1&nxs=... |
This API call enabled you to update an XSLT you have registered with
Recognia. This command should be called using POST instead of GET due to the
URL length limitations. Only the client administrator can call this API
command.
Name |
Type |
Required |
Default |
Description |
nxs |
String |
true |
|
The XSLT. Maximum XSLT length is 100k. |
xid |
String |
true |
|
The Id of the XSLT to update. |
<status> tag. Contents can be
Value |
Description |
ok |
if command was successful |
unknown |
if <xid> does not refer to an XSLT already registered with Recognia. |
insufficient |
if the caller was not the administrator |
failed |
if <xid> parameter was not specified |
failed |
if <nxs> parameter was not specified |
failed |
if there was an internal Recognia error. Recognia is notified immediately in this instance |
If failed is returned, check the <errors> tag
in the <header>
block for the reason.
|