Storage: Locking: UnLock
UnLock
Release a lock on a specific path
Authentication Methods
- With a username and password
Input Parameter | Type | Description |
---|---|---|
Token | String | Security token |
FileserverName | String | FileServer name (NMSA) |
Path | String | Path of the file |
Output Parameter | Type | Description |
---|---|---|
Success | Status | Returns status code |
CURL EXAMPLE
curl -v 'https://storage.example.com/storage/api.php?Token=ms28lbbsql627i3ftmoq2j00q2&Task=UnLock&FileserverName=nmsa000002&Path=/mydirectory/myfile.txt'
Response
<Response>
<Status>1</Status>
<Message></Message>
</Response>