Update a file
PATCH/files/:fileKey
Updates the metadata and/or content of an existing file.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
The file was updated successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The file was not found.
The file was modified concurrently (revision conflict).
An internal error occurred while processing the request.