v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Files

Update a file asset

Updates the mutable metadata of an existing file asset: name and tags. File content is immutable after upload. The file asset must be in AVAILABLE status; expired file assets cannot be updated.

put/v6/files/{fileId}

Path parameters

fileIdstring required

File asset ID.

Request body

namestring

Updated human-readable name for the file asset. Max length 255. Omit to leave unchanged.

tagsstring[]

Updated string labels. Replaces the existing tag set. Each tag max length 255. Omit to leave unchanged.

Response

File asset updated. Returns the full updated file asset record.