# Update a MediaFileInfo **PUT /api/media/media/{fileIdentifier}/file** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Path parameters - **fileIdentifier** (string) ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **data** (object) ## Responses ### 200 Update a MediaFileInfo #### Body: application/json (object) - **id** (integer) - **media_file_type** (string) - **archived** (boolean) - **name** (string) - **description** (string) - **public_title** (string) - **public_subtitle** (string) - **public_link** (string) - **public_author** (string) - **public_summary** (string) - **public_description** (string) - **public_explicit** (boolean) - **public_thumbnail** (string) - **public_keywords** (string) - **public_file_url** (string) - **public_file_name** (string) - **public_file_mime** (string) - **public_file_size** (integer) - **public_duration** (integer) - **public_dimension_x** (integer) - **public_dimension_y** (integer) - **public_date** (string(date-time)) - **public_order** (integer) - **public_episode_type** (string) - **public_season** (string) - **generated_id3** (boolean) - **guid** (string) - **created** (string(date-time)) - **updated** (string(date-time)) [Powered by Bump.sh](https://bump.sh)