v1

latestOpenAPI 3.0.02026-07-14169146300.3 KB
Storage

Updates project's storage config

patch/v1/projects/{ref}/config/storage

Path parameters

refstring required
Example:abcdefghijklmnopqrst

Project ref

Request body

fileSizeLimitinteger

Example request

{
  "fileSizeLimit": 10485760,
  "features": {
    "imageTransformation": {
      "enabled": true
    }
  }
}