---
title: "Edit Player Version"
method: PUT
path: "/playersoftware/{versionId}"
tags: ["Player Software"]
---

# Edit Player Version

`PUT /playersoftware/{versionId}`

Edit a Player Version file information

## Path parameters

- `versionId` integer, required

## Response `200`

successful operation

- PlayerVersion — Class PlayerVersion
  - `versionId` integer, nullable — Version ID
  - `type` string, nullable — Player type
  - `version` string, nullable — Version number
  - `code` integer, nullable — Code number
  - `playerShowVersion` string, nullable — Player version to show
  - `createdAt` string, nullable — The Player Version created date
  - `modifiedAt` string, nullable — The Player Version modified date
  - `modifiedBy` string, nullable — The name of the user that modified this Player Version last
  - `fileName` string, nullable — The Player Version file name
  - `size` integer, nullable — The Player Version file size in bytes
  - `md5` string, nullable — A MD5 checksum of the stored Player Version file

## Changes

- **2026-07-30** `fe497e811c7f` — 2 breaking, 26 warning, 9 info
  - the response property `fileName` became nullable for the status `200`
  - the response property `md5` became nullable for the status `200`
  - removed the optional property `apiRef` from the response with the `200` status
  - removed the optional property `createdDt` from the response with the `200` status
  - …33 more
- **2026-02-25** `41c04de98ec5` — 1 breaking, 1 info
  - added required request body
  - added the media type `application/json` for the response with the status `200`
- **2020-02-17** `8e1275395104` — 2 breaking
  - removed the request body
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/playersoftware/:versionId/put.md)

---

[API](https://skmtc.dev/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.dev/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/revisions/9136e3c2cb1d/schema)
