# Patch file Updates a file Endpoint: PATCH /v1/files/{fileId} Version: 1.0 ## Path parameters: - `fileId` (integer, required) The Id of the file ## Request fields (application/json-patch+json): - `value` (object,null) - `path` (string,null) - `op` (string,null) - `from` (string,null) ## Response 200 fields