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.
OK
The response is of type object.
object