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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

File asset ID.

Body Params

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

string

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

tags
array of strings

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

tags
Responses
200

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

404

File asset not found or does not belong to this client.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json