The update command is used to change the Data Gate's SFTP user password.

JSON Input Data Format
{
    "id": string,
    "secretkey": string
}
id * Specifies the Data Gate ID.
secretkey * Specifies the SFTP user's password.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": "The process was successfully completed"
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}