UpdateComputerDescription

Identical to ChangeComputerDescription?
==> Deprecated.

Authentication Methods


  • With a username and password
Input Parameter Type Description
Token String Security token
LocationID String ID of the PC where the nomadesk dashboard is running on
Description String Description text
Output Parameter Type Description
Success Boolean True on success, False on failure

EXAMPLES

curl 'https://secure.nomadesk.com/ctrller/api.php?Task=UpdateComputerDescription&Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&LocationID=locationid&Description=MyDescription'

RESPONSE

<Response>
    <Status>1</Status>
    <Message></Message>
</Response>