Update Installation File

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

circle-info

When sending the full_link field it will overwrite the filename field.

Data Example

Success Response

Code: 200 OK

Was this helpful?