v1

latestOpenAPI 3.1.02026-07-14636.1 KB

Update a digital file

Updates an existing digital file.

put/digital-files/{id}

Path parameters

idinteger required

The unique identifier of the digital file.

Request body

namestring
tagstring
sourceUrlstring

Cannot update sourceUrl for uploaded files.

Response

Digital file updated successfully.

idinteger

Unique identifier for the digital file.

createdstring date-time

Timestamp when the digital file was created.

namestring

The name of the digital file.

extensionstring

The file extension (alphanumeric only).

tagstring

A tag associated with the digital file.

sourceUrlstring

The URL of the externally hosted digital file.

isUploadedboolean

Indicates if the digital file has been uploaded.