Management API
...
Product
Installation Files

Update Installation File

4min
update a single installation file if requesting manager has access permissions to it url /api/v1/installation files/{id}/ method patch parameters environment string choices win , win32 , win64 , mac , linux , linux32 , linux64 hash md5 string full link string product integer release date date format yyyy mm dd (2020 09 30) version string release notes link string eula link string size string digits only requires version string will be set to oldest existing version if not specified data example when sending full link field it will overwrite filename field { "version" "7", "full link" "full link", "filename" "name", "release date" "2023 11 09", "enabled" true, "hash md5" "hhhdhfsdi", "environment" "linux", "release notes link" "link", "eula link" "link", "size" 12, "requires version" "7 222", "channel" "channel" } success response code 200 ok content examples { "id" 214, "created at" "2023 11 22t11 11 07z", "updated at" "2024 10 10t09 30 07 360687z", "version" "7", "full link" "full link", "filename" "full link", "release date" "2023 11 09", "enabled" true, "hash md5" "hhhdhfsdi", "environment" "linux", "release notes link" "link", "eula link" "link", "size" "12", "requires version" "7 222", "channel" "channel", "product" 1683881296184003 }