V3 > Filesystem

Restore file(s).

Restores the specified file associated with the provided channel based on the provided parameters.

post/2/vod/channels/{channel}/browse/restore

Path parameters

channelinteger required

The Channel unique identifier

Request body

filesstring required

A list of items, (either comma separated or as an array) (no duplicates) with the following rules: <note><bold>1</bold>: Identifier of an existing Bvf</note>

Example request

{
  "files": "1jhvl2upwoctc,1jhvl2upwoctc,1jhvl2upwoctc"
}

Response

OK

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

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.