V3 > Folder

Locks the provided folder.

A locked folder cannot be updated or configured in any way. This action can only be reverted with the dedicated unlock route.

put/2/vod/folders/{folder}/lock

Path parameters

folderstring required

The Folder unique identifier

Response

OK

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

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes