V2 > FtpUser

Updates a FTP user.

patch/1/vod/channel/{channel}/ftp/user/{ftpUser}

Path parameters

channelinteger required

The Channel unique identifier

ftpUserinteger required

The FtpUser unique identifier

Request body

channel_idinteger required

<br/>This field must exist on the channels database in the id column.

passwordstring required
permissionsstring required
descriptionstring
activeboolean required
msg_loginstring
msg_quitstring

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes