Skip to main content
PUT
Update a file asset

Authorizations

Authorization
string
header
required

Path Parameters

fileId
string
required

File asset ID.

Body

application/json

Body of a PUT /v6/files/{fileId} request.

name
string

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

tags
string[]

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

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.