Set DSP file size limit

Set DSP file size limit

post

Change the DSP file size limit for the project. This function is only available through a JWT token, and is not available to all users.

Path parameters
projectIdintegerRequired

Project ID

Body

Only parameters set on this object will be updated.

dspFileSizeMbintegerRequired

DSP File size in MB (default is 4096 MB)

Responses
post
POST /v1/api/{projectId}/dsp-file-size-limit HTTP/1.1
Host: studio.edgeimpulse.com
Content-Type: application/json
Accept: */*
Content-Length: 19

{
  "dspFileSizeMb": 1
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?