File Rename

Method GET

https://api.streamsb.com/api/file/rename?key=key&file_code=file_code&title=title&name=name

Parameters
key API key Example: 1l5ftrilhllgwx2bo String
file_code Example: gi4o0tlro01u String
title new file title Example: cool video. String
name new file name Example: cool video. String
Request
		            curl --include \
'https://api.streamsb.com/api/file/rename?key={key}&file_code={file_code}&title={title}&name={name}'
		        
Response
		            {
  "msg": "OK",
  "server_time": "2017-08-11 04:28:53",
  "status": 200,
  "result": [
    {
      "status": 200,
      "filecode": "gi4o0tlro01u",
      "name": "4K Time Lapse in the EOS 6D Mark II",
      "canplay": 1,
      "views_started": "1",
      "views": "0",
      "length": "20",
      "uploaded": "2017-08-10 05:07:17"
    },
    {
      "status": 404,
      "filecode": "gi4o0tlro012"
    }
  ]
}