Update file content

Update file content

Updates existing file content. The maximum file size that you can upload via API is 1 GB.

Path Parameters
  • filePath
    string
    required

    File path relative to the root, i.e., everything after ...resources/Storage/. Encode forward slashes in path - use %2F instead of /.

Body
application/json
content
string

Base64-encoded file content.

updatedFields
string

A comma-separated list of field names that will be updated. If a field name is not in the list, it will not be updated even if the field value is specified in other request parameters.

Responses
  • 200

    OK

PATCH/storage/{filePath}

No Body