Logo
3Play V3 API API Documentation

Update Media File

PATCH {{host}}/v3/files/{{media_file_id}}/?api_key={{api_key}}

 

Body PARAM

Key Datatype Required Description 
api_key
string



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'http://api.3play.com/v3/files/undefined/?api_key=undefined?api_key=undefined' -H 'Content-Type: application/json' -F '{"name"=>"name", "value"=>"Updated File Name", "datatype"=>"string"}='

ENDPOINTS