PATCH /api/users/:id/files/:filename
								Update file content
Patch parameters
Send a key/value object with the new file content as request body:
{
  "alt": "A beautiful mountain and lake"
}PATCH /api/users/:id/files/:filenameUpdate file content
Send a key/value object with the new file content as request body:
{
  "alt": "A beautiful mountain and lake"
}