cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/dsp-file-size-limit \ --header 'Content-Type: application/json' \ --data ' { "dspFileSizeMb": 123 } '
{ "success": true, "error": "<string>" }
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.
Project ID
Only parameters set on this object will be updated.
DSP File size in MB (default is 4096 MB)
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?