UpdateE2FLink

Updates a Email2Folder link by prefix

Authentication Methods


  1. With a username and password
Input Parameter Type Description
Token* String Security token
FileserverName* String
Prefix* String
Path* String
Output Parameter Type Description
Success Boolean

*=required

Example

curl -v 'https://example.com/ctrller/api.php?Token=rctnvi6lpp6d388o4vq7dliii1&Task=UpdateE2FLink&Path=/my/new/directory&Prefix=mycustomprefix&FileserverName=nmsa207416128832'

Response:
```

1
Success

````