/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"
}
Update file content
Send a key/value object with the new file content as request body:
{
"alt": "A beautiful mountain and lake"
}