Update File

PATCH {{protocol}}://{{media_manager_url}}/file/{{file_id}}

Update file name and and optionally update parent group or title

Body: form-data

namedescription
filename[string] Optional. New Filename
group_id[string] Optional. New Parent Group
title[string] Optional. New Title

Request Body

[{"name"=>"filename", "value"=>"", "datatype"=>"null"}, {"name"=>"group_id", "value"=>"", "datatype"=>"null"}, {"name"=>"title", "value"=>"", "datatype"=>"null"}]

RESPONSES

status: OK

{"message":"Updated file filenametest5.json","status":"OK","code":200,"data":[{"id":"3-f6a3a42-286j85","group_id":"2-10947569-pccd0x","title":"New Title","filename":"filenametest5.json","url":"https://zsh488.media.zestyio.com/filenametest5.json"}]}